Uses of Interface
com.allaire.cfx.Query

Packages that use Query
coldfusion.sql   
com.allaire.cfx   
railo.runtime.cfx   
railo.runtime.query   
railo.runtime.type   
railo.runtime.type.query   
railo.runtime.type.trace   
 

Uses of Query in coldfusion.sql
 

Subinterfaces of Query in coldfusion.sql
 interface QueryTable
           
 

Uses of Query in com.allaire.cfx
 

Classes in com.allaire.cfx that implement Query
 class DebugQuery
          Implementation of the DebugQuery
 

Methods in com.allaire.cfx that return Query
 Query Response.addQuery(String name, String[] column)
          adds a query to response
 Query DebugResponse.addQuery(String name, String[] columns)
           
 Query Request.getQuery()
          return given query
 Query DebugRequest.getQuery()
           
 

Methods in com.allaire.cfx with parameters of type Query
 void DebugResponse.printQuery(Query query)
          print out a query
 

Constructors in com.allaire.cfx with parameters of type Query
DebugRequest(Hashtable attributes, Query query)
          constructor of the class
DebugRequest(Hashtable attributes, Query query, Hashtable settings)
          constructor of the class
 

Uses of Query in railo.runtime.cfx
 

Classes in railo.runtime.cfx that implement Query
 class QueryWrap
          Implementation of the Query Interface
 

Methods in railo.runtime.cfx that return Query
 Query ResponseImpl.addQuery(String name, String[] column)
           
 Query RequestImpl.getQuery()
           
 

Constructors in railo.runtime.cfx with parameters of type Query
RequestImpl(Struct attributes, Query query, Struct settings)
          constructor of the class
 

Uses of Query in railo.runtime.query
 

Classes in railo.runtime.query that implement Query
 class QueryCacheQuery
           
 

Uses of Query in railo.runtime.type
 

Subinterfaces of Query in railo.runtime.type
 interface Query
          inteface for resultset (query) object
 

Classes in railo.runtime.type that implement Query
 class QueryImpl
           
 

Uses of Query in railo.runtime.type.query
 

Classes in railo.runtime.type.query that implement Query
 class SimpleQuery
           
 

Uses of Query in railo.runtime.type.trace
 

Classes in railo.runtime.type.trace that implement Query
 class TOQuery
           
 



Copyright © 2012 Railo