|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryImpl | |
---|---|
railo.runtime.db | |
railo.runtime.query | |
railo.runtime.type | |
railo.runtime.type.query |
Uses of QueryImpl in railo.runtime.db |
---|
Methods in railo.runtime.db that return QueryImpl | |
---|---|
static QueryImpl |
HSQLDBHandler.__execute(PageContext pc,
SQL sql,
int maxrows,
int fetchsize,
int timeout,
Stopwatch stopwatch,
Set<String> tables,
boolean doSimpleTypes)
|
Uses of QueryImpl in railo.runtime.query |
---|
Subclasses of QueryImpl in railo.runtime.query | |
---|---|
class |
QueryCacheQuery
|
Methods in railo.runtime.query that return QueryImpl | |
---|---|
QueryImpl |
QueryCacheQuery.cloneQuery(boolean deepCopy)
|
QueryImpl |
QueryCacheQuery.getQuery()
|
Constructors in railo.runtime.query with parameters of type QueryImpl | |
---|---|
QueryCacheQuery(QueryImpl query)
|
Uses of QueryImpl in railo.runtime.type |
---|
Methods in railo.runtime.type that return QueryImpl | |
---|---|
QueryImpl |
QueryImpl.cloneQuery(boolean deepCopy)
|
static QueryImpl |
QueryImpl.cloneQuery(QueryPro qry,
boolean deepCopy)
|
Methods in railo.runtime.type with parameters of type QueryImpl | |
---|---|
QueryColumnPro |
QueryColumnPro.cloneColumn(QueryImpl query,
boolean deepCopy)
|
QueryColumnPro |
QueryColumnImpl.cloneColumn(QueryImpl query,
boolean deepCopy)
|
QueryColumnPro |
DebugQueryColumn.cloneColumn(QueryImpl query,
boolean deepCopy)
|
Constructors in railo.runtime.type with parameters of type QueryImpl | |
---|---|
DebugQueryColumn(Object[] data,
Collection.Key key,
QueryImpl query,
int size,
int type,
boolean typeChecked)
|
|
QueryColumnImpl(QueryImpl query,
Collection.Key key,
Array array,
int type)
constructor with array |
|
QueryColumnImpl(QueryImpl query,
Collection.Key key,
int type)
constructor with type |
|
QueryColumnImpl(QueryImpl query,
Collection.Key key,
int type,
int size)
|
Uses of QueryImpl in railo.runtime.type.query |
---|
Methods in railo.runtime.type.query that return QueryImpl | |
---|---|
QueryImpl |
SimpleQuery.cloneQuery(boolean deepCopy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |