railo.runtime.db
Class HSQLUtil

java.lang.Object
  extended by railo.runtime.db.HSQLUtil

public final class HSQLUtil
extends Object

utilities for sql statements


Constructor Summary
HSQLUtil(String sql)
          or of the class construct
 
Method Summary
 Set<String> getInvokedTables()
          return all invoked tables by a sql statement
 String getSQL()
           
 boolean isUnion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSQLUtil

public HSQLUtil(String sql)
or of the class construct

Parameters:
sql - SQl Statement as String
Method Detail

getSQL

public String getSQL()
Returns:
return the sql state inside

getInvokedTables

public Set<String> getInvokedTables()
                             throws ParseException
return all invoked tables by a sql statement

Returns:
invoked tables in a ArrayList
Throws:
ParseException

isUnion

public boolean isUnion()


Copyright © 2012 Railo