|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryStatement.QueryColumn | |
com.triactive.jdo.store | |
com.triactive.jdo.store.mapping | |
com.triactive.jdo.store.sql.expr |
Uses of QueryStatement.QueryColumn in com.triactive.jdo.store |
Methods in com.triactive.jdo.store that return QueryStatement.QueryColumn | |
QueryStatement.QueryColumn[] |
OneToManySetStore.newSubqueryStatement(QueryStatement qs,
CorrelationName setRangeVar)
Creates a subquery of the given query that selects all the relationships in the collection. No columns have been selected yet in the new subquery. |
QueryStatement.QueryColumn[] |
OneToManySetStore.newSubqueryStatement(QueryStatement qs,
CorrelationName setRangeVar,
CorrelationName elementRangeVar,
java.lang.Class elementSubtype)
Creates a subquery of the given query that selects all the relationships in the collection to elements of a specific type. No columns have been selected yet in the new subquery. |
protected QueryStatement.QueryColumn[] |
OneToManyMapStore.newSubqueryStatement(QueryStatement qs,
CorrelationName setRangeVar,
Column elemColumn)
|
protected QueryStatement.QueryColumn[] |
OneToManyMapStore.newSubqueryStatement(QueryStatement qs,
CorrelationName setRangeVar,
CorrelationName elemRangeVar,
java.lang.Class elemSubtype,
Column elemColumn)
|
QueryStatement.QueryColumn[] |
ManyToManySetStore.newSubqueryStatement(QueryStatement qs,
CorrelationName setRangeVar)
Creates a subquery of the given query that selects all the relationships in the collection. No columns have been selected yet in the new subquery. |
QueryStatement.QueryColumn[] |
ManyToManySetStore.newSubqueryStatement(QueryStatement qs,
CorrelationName setRangeVar,
CorrelationName elementRangeVar,
java.lang.Class elementSubtype)
Creates a subquery of the given query that selects all the relationships in the collection to elements of a specific type. No columns have been selected yet in the new subquery. |
protected QueryStatement.QueryColumn[] |
ManyToManyMapStore.newSubqueryStatement(QueryStatement qs,
CorrelationName collectionRangeVar,
Column elemColumn)
|
protected QueryStatement.QueryColumn[] |
ManyToManyMapStore.newSubqueryStatement(QueryStatement qs,
CorrelationName collectionRangeVar,
CorrelationName elemRangeVar,
java.lang.Class elemSubtype,
Column elemColumn)
|
QueryStatement.QueryColumn[] |
CollectionStore.newSubqueryStatement(QueryStatement qs,
CorrelationName collectionRangeVar)
Creates a subquery of the given query that selects all the relationships in the collection. |
QueryStatement.QueryColumn[] |
CollectionStore.newSubqueryStatement(QueryStatement qs,
CorrelationName collectionRangeVar,
CorrelationName elementRangeVar,
java.lang.Class elementSubtype)
Creates a subquery of the given query that selects all the relationships in the collection to elements of a specific type. |
Uses of QueryStatement.QueryColumn in com.triactive.jdo.store.mapping |
Uses of QueryStatement.QueryColumn in com.triactive.jdo.store.sql.expr |
Fields in com.triactive.jdo.store.sql.expr declared as QueryStatement.QueryColumn | |
protected QueryStatement.QueryColumn[] |
Join.fromCols
|
protected QueryStatement.QueryColumn[] |
Join.toCols
|
Methods in com.triactive.jdo.store.sql.expr that return QueryStatement.QueryColumn | |
QueryStatement.QueryColumn |
TableExpression.getColumn(Column col)
|
QueryStatement.QueryColumn[] |
TableExpression.getColumns(Column[] cols)
|
QueryStatement.QueryColumn |
QueryStatement.getColumn(Column col)
Returns a query column object for the specified column in the default table expression. |
QueryStatement.QueryColumn |
QueryStatement.getColumn(CorrelationName rangeVar,
Column col)
Returns a query column object for the specified column in the specified table expression. |
QueryStatement.QueryColumn |
QueryStatement.join(JoinType type,
Table table,
CorrelationName rangeVar,
QueryStatement.QueryColumn from,
Column to)
Performs a join on the equality of two columns. |
QueryStatement.QueryColumn[] |
QueryStatement.join(JoinType type,
Table table,
CorrelationName rangeVar,
QueryStatement.QueryColumn[] from,
Column[] to)
Performs a join on the equality of two lists of columns. |
QueryStatement.QueryColumn[] |
Join.fromColumns()
|
QueryStatement.QueryColumn[] |
Join.toColumns()
|
QueryStatement.QueryColumn |
AbstractSqlExpression.SimpleColumnReference.getReferencedColumn()
Returns the single query column referenced by this expression. |
Methods in com.triactive.jdo.store.sql.expr with parameters of type QueryStatement.QueryColumn | |
void |
UnboundVariable.bindTo(QueryStatement.QueryColumn qsc)
|
int |
QueryStatement.select(QueryStatement.QueryColumn qsc)
SELECTs the given query column. |
QueryStatement.QueryColumn |
QueryStatement.join(JoinType type,
Table table,
CorrelationName rangeVar,
QueryStatement.QueryColumn from,
Column to)
Performs a join on the equality of two columns. |
QueryStatement.QueryColumn[] |
QueryStatement.join(JoinType type,
Table table,
CorrelationName rangeVar,
QueryStatement.QueryColumn[] from,
Column[] to)
Performs a join on the equality of two lists of columns. |
protected Join |
QueryStatement.newJoin(JoinType type,
TableExpression tableExpr,
QueryStatement.QueryColumn[] from,
Column[] to)
Constructs a new Join object for this statement. |
abstract BooleanExpression |
JoinType.oracleCondition(QueryStatement.QueryColumn fromCol,
QueryStatement.QueryColumn toCol)
|
static AbstractSqlExpression.Body |
AbstractSqlExpression.newBody(QueryStatement.QueryColumn qsc)
Constructs an expression body consisting of a single column reference. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |