|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.triactive.jdo.store.sql.expr.AbstractSqlExpression com.triactive.jdo.store.sql.expr.UnboundVariable
Nested Class Summary |
Nested classes inherited from class com.triactive.jdo.store.sql.expr.AbstractSqlExpression |
AbstractSqlExpression.Body, AbstractSqlExpression.CompoundExpression, AbstractSqlExpression.SimpleColumnReference, AbstractSqlExpression.SubqueryExpression |
Field Summary |
Fields inherited from class com.triactive.jdo.store.sql.expr.AbstractSqlExpression |
body, qs |
Constructor Summary | |
UnboundVariable(QueryStatement qs,
java.lang.String name,
java.lang.Class type,
JdoqlQuery.Compiler compiler)
|
Method Summary | |
void |
bindTo(QueryStatement.QueryColumn qsc)
|
java.lang.String |
getVariableName()
|
java.lang.Class |
getVariableType()
|
StatementText |
toStatementText()
Returns the SQL statement text which this object generates. |
Methods inherited from class com.triactive.jdo.store.sql.expr.AbstractSqlExpression |
accessField, add, and, callMethod, cast, com, div, eor, eq, getColumnMapping, getJavaType, getMapping, getQueryStatement, getReferencedColumns, gt, gteq, innermostQuery, innermostQuery, ior, lt, lteq, mod, mul, neg, newBody, newBody, newBody, newBody, newBody, newBody, newResultExpression, newSubqueryBody, not, noteq, select, setMapping, sub, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnboundVariable(QueryStatement qs, java.lang.String name, java.lang.Class type, JdoqlQuery.Compiler compiler)
Method Detail |
public java.lang.String getVariableName()
public java.lang.Class getVariableType()
public void bindTo(QueryStatement.QueryColumn qsc)
public StatementText toStatementText()
StatementTextGenerator
toStatementText
in interface StatementTextGenerator
toStatementText
in class AbstractSqlExpression
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |