Uses of Class
org.jpox.store.mapped.query.StatementText

Packages that use StatementText
org.jpox.store.mapped.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.mapped.query   
 

Uses of StatementText in org.jpox.store.mapped.expression
 

Fields in org.jpox.store.mapped.expression declared as StatementText
protected  StatementText ScalarExpression.st
          The Statement Text for this expression.
 

Methods in org.jpox.store.mapped.expression that return StatementText
 StatementText QueryExpression.toDeleteStatementText()
          Method to convert the criteria into a delete statement text.
 StatementText UnboundVariable.toStatementText()
          StatementText representation of this expression.
 StatementText QueryExpression.toStatementText(boolean lock)
          Method to convert the criteria into the statement text.
 StatementText BooleanBitColumnExpression.toStatementText(int mode)
           
 StatementText MapExpression.toStatementText(int mode)
          Method to return the statement text.
 StatementText StringLiteral.toStatementText(int mode)
           
 StatementText CollectionExpression.toStatementText(int mode)
          Method to return the statement text.
 StatementText BooleanCharColumnExpression.toStatementText(int mode)
           
 StatementText UnboundVariable.toStatementText(int mode)
          Change the output statement text to refer to the bound to expression since it has real fields and this is only a variable.
 StatementText IntegerLiteral.toStatementText(int mode)
           
 StatementText ScalarExpression.toStatementText(int mode)
          StatementText representation of this expression.
 StatementText QueryExpression.toUpdateStatementText()
          Method to convert the criteria into an update statement text.
 

Uses of StatementText in org.jpox.store.mapped.query
 

Methods in org.jpox.store.mapped.query that return StatementText
 StatementText StatementText.append(char c)
          Append a char
 StatementText StatementText.append(QueryExpression qsc)
          Append a QueryExpression
 StatementText StatementText.append(ScalarExpression expr)
          Append a ScalarExpression
 StatementText StatementText.append(StatementText st, int mode)
          Append a StatementText
 StatementText StatementText.append(java.lang.String s)
          Append a char
 StatementText StatementText.postpend(java.lang.String s)
          Set a String to the end of the statement.
 

Methods in org.jpox.store.mapped.query with parameters of type StatementText
 StatementText StatementText.append(StatementText st, int mode)
          Append a StatementText
 



Copyright © -2008 . All Rights Reserved.