railo.runtime.db
Class HSQLDBHandler

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

public final class HSQLDBHandler
extends Object

class to reexecute queries on the resultset object inside the cfml enviroment


Constructor Summary
HSQLDBHandler()
          constructor of the class
 
Method Summary
static QueryImpl __execute(PageContext pc, SQL sql, int maxrows, int fetchsize, int timeout, Stopwatch stopwatch, Set<String> tables, boolean doSimpleTypes)
           
 Query execute(PageContext pc, SQL sql, int maxrows, int fetchsize, int timeout)
          executes a query on the queries inside the cld fusion enviroment
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSQLDBHandler

public HSQLDBHandler()
constructor of the class

Method Detail

execute

public Query execute(PageContext pc,
                     SQL sql,
                     int maxrows,
                     int fetchsize,
                     int timeout)
              throws PageException
executes a query on the queries inside the cld fusion enviroment

Parameters:
pc - Page Context
sql -
maxrows -
Returns:
result as Query
Throws:
PageException
PageException

__execute

public static QueryImpl __execute(PageContext pc,
                                  SQL sql,
                                  int maxrows,
                                  int fetchsize,
                                  int timeout,
                                  Stopwatch stopwatch,
                                  Set<String> tables,
                                  boolean doSimpleTypes)
                           throws PageException
Throws:
PageException


Copyright © 2012 Railo