Uses of Interface
railo.runtime.db.SQL

Packages that use SQL
railo.runtime.db   
railo.runtime.debug   
railo.runtime.exp   
railo.runtime.op   
railo.runtime.orm   
railo.runtime.query   
railo.runtime.type   
railo.runtime.type.query   
railo.runtime.type.trace   
railo.runtime.type.util   
railo.runtime.util   
 

Uses of SQL in railo.runtime.db
 

Classes in railo.runtime.db that implement SQL
 class SQLImpl
          represents a SQL Statement with his defined arguments for a prepared statement
 

Methods in railo.runtime.db that return SQL
 SQL SQLImpl.duplicate()
           
static SQL SQLImpl.duplicate(SQL sql)
           
 

Methods in railo.runtime.db with parameters of type SQL
static QueryImpl HSQLDBHandler.__execute(PageContext pc, SQL sql, int maxrows, int fetchsize, int timeout, Stopwatch stopwatch, Set<String> tables, boolean doSimpleTypes)
           
static SQL SQLImpl.duplicate(SQL sql)
           
 Query QoQ.execute(PageContext pc, SQL sql, int maxrows)
           
 Query HSQLDBHandler.execute(PageContext pc, SQL sql, int maxrows, int fetchsize, int timeout)
          executes a query on the queries inside the cld fusion enviroment
 Query QoQ.execute(PageContext pc, SQL sql, Selects selects, int maxrows)
          execute a SQL Statement against CFML Scopes
 Query Executer.execute(PageContext pc, SQL sql, String prettySQL, int maxrows)
           
 Query Executer.execute(Vector statements, PageContext pc, SQL sql, int maxrows)
          execute a SQL Statement against CFML Scopes
 PreparedStatement DatasourceConnectionImpl.getPreparedStatement(SQL sql, boolean createGeneratedKeys, boolean allowCaching)
           
 PreparedStatement DatasourceConnection.getPreparedStatement(SQL sql, boolean createGeneratedKeys, boolean allowCaching)
           
 PreparedStatement DatasourceConnectionImpl.getPreparedStatement(SQL sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatement DatasourceConnection.getPreparedStatement(SQL sql, int resultSetType, int resultSetConcurrency)
           
static boolean LikeCompare.like(SQL sql, String haystack, String needle)
           
static boolean LikeCompare.like(SQL sql, String haystack, String needle, String escape)
           
 

Constructors in railo.runtime.db with parameters of type SQL
HSQLUtil2(SQL sql)
           
 

Uses of SQL in railo.runtime.debug
 

Methods in railo.runtime.debug that return SQL
 SQL QueryEntryImpl.getSQL()
           
 SQL QueryEntry.getSQL()
           
 

Methods in railo.runtime.debug with parameters of type SQL
 void DebuggerPro.addQuery(Query query, String datasource, String name, SQL sql, int recordcount, PageSource src, int time)
          Deprecated. use instead addQuery(Query query,String datasource,String name,SQL sql, int recordcount, PageSource src,long time)
 void DebuggerImpl.addQuery(Query query, String datasource, String name, SQL sql, int recordcount, PageSource src, int time)
           
 void Debugger.addQuery(Query query, String datasource, String name, SQL sql, int recordcount, PageSource src, int time)
          add new query execution time
 void DebuggerPro.addQuery(Query query, String datasource, String name, SQL sql, int recordcount, PageSource src, long time)
          add new query execution time
 void DebuggerImpl.addQuery(Query query, String datasource, String name, SQL sql, int recordcount, PageSource src, long time)
           
 

Constructors in railo.runtime.debug with parameters of type SQL
QueryEntryImpl(Query qry, String datasource, String name, SQL sql, int recordcount, String src, long exe)
          constructor of the class
 

Uses of SQL in railo.runtime.exp
 

Constructors in railo.runtime.exp with parameters of type SQL
DatabaseException(SQLException sqle, SQL sql, DatasourceConnection dc)
          Constructor of the class
DatabaseException(String message, SQLException sqle, SQL sql, DatasourceConnection dc)
          Constructor of the class
DatabaseException(String message, String detail, SQLException sqle, SQL sql, DatasourceConnection dc)
          Constructor of the class
 

Uses of SQL in railo.runtime.op
 

Methods in railo.runtime.op with parameters of type SQL
 PageException ExceptonImpl.createDatabaseException(String message, SQL sql)
           
 Query CreationImpl.createQuery(DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name)
           
 Query CreationImpl.createQuery(DatasourceConnection dc, SQL sql, int maxrow, String name)
           
 

Uses of SQL in railo.runtime.orm
 

Methods in railo.runtime.orm with parameters of type SQL
 PreparedStatement ORMDatasourceConnection.getPreparedStatement(SQL sql, boolean createGeneratedKeys, boolean allowCaching)
           
 PreparedStatement ORMDatasourceConnection.getPreparedStatement(SQL sql, int resultSetType, int resultSetConcurrency)
           
 

Uses of SQL in railo.runtime.query
 

Methods in railo.runtime.query that return SQL
 SQL QueryCacheQuery.getSql()
           
 

Methods in railo.runtime.query with parameters of type SQL
 Object QueryCache.get(PageContext pc, SQL sql, String datasource, String username, String password, Date cachedafter)
           
 Query QueryCache.getQuery(PageContext pc, SQL sql, String datasource, String username, String password, Date cacheAfter)
          returns a Query from Query Cache or null if no match found
 void QueryCache.remove(PageContext pc, SQL sql, String datasource, String username, String password)
          removes query from cache
 void QueryCache.set(PageContext pc, SQL sql, String datasource, String username, String password, Object value, Date cacheBefore)
          sets a Query to Cache
 void QueryCacheQuery.setSql(SQL sql)
           
 

Uses of SQL in railo.runtime.type
 

Methods in railo.runtime.type that return SQL
 SQL QueryImpl.getSql()
           
 SQL Query.getSql()
           
 

Methods in railo.runtime.type with parameters of type SQL
 void QueryImpl.setSql(SQL sql)
           
 

Constructors in railo.runtime.type with parameters of type SQL
QueryImpl(PageContext pc, DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name)
          constructor of the class, to generate a resultset from a sql query
QueryImpl(PageContext pc, DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name, String template)
           
QueryImpl(PageContext pc, DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name, String template, boolean createUpdateData, boolean allowToCachePreperadeStatement)
           
 

Uses of SQL in railo.runtime.type.query
 

Methods in railo.runtime.type.query that return SQL
 SQL SimpleQuery.getSql()
           
 

Constructors in railo.runtime.type.query with parameters of type SQL
SimpleQuery(DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name, String template, TimeZone tz)
           
 

Uses of SQL in railo.runtime.type.trace
 

Methods in railo.runtime.type.trace that return SQL
 SQL TOQuery.getSql()
           
 

Uses of SQL in railo.runtime.type.util
 

Methods in railo.runtime.type.util with parameters of type SQL
static void QueryUtil.checkSQLRestriction(DatasourceConnection dc, SQL sql)
          check if there is a sql restriction
static boolean QueryUtil.execute(PageContext pc, Statement stat, boolean createGeneratedKeys, SQL sql)
           
 

Uses of SQL in railo.runtime.util
 

Methods in railo.runtime.util with parameters of type SQL
 PageException Excepton.createDatabaseException(String message, SQL sql)
          create exception "DatabaseException"
 Query Creation.createQuery(DatasourceConnection dc, SQL sql, int maxrow, int fetchsize, int timeout, String name)
           
 Query Creation.createQuery(DatasourceConnection dc, SQL sql, int maxrow, String name)
          Deprecated. replaced with Creation.createQuery(DatasourceConnection, SQL, int, int, int, String)
 



Copyright © 2012 Railo