Uses of Class
org.jpox.store.StatementText

Packages that use StatementText
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.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.query Provides implementations of the JDO Query interface, and ways of extracting an Object from the Query result set. 
org.jpox.store.rdbms.query Package providing extensions to the default QueryStatement used to generate all JDOQL queries. 
 

Uses of StatementText in org.jpox.store
 

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

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

Uses of StatementText in org.jpox.store.expression
 

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

Methods in org.jpox.store.expression that return StatementText
 StatementText QueryExpression.toStatementText(boolean lock)
          Method to convert the criteria into the statement text.
 StatementText QueryExpression.toDeleteStatementText()
          Method to convert the criteria into a delete statement text.
 StatementText ScalarExpression.toStatementText(int mode)
          StatementText representation of this expression.
 StatementText StringLiteral.toStatementText(int mode)
           
 StatementText BooleanBitColumnExpression.toStatementText(int mode)
           
 StatementText BooleanCharColumnExpression.toStatementText(int mode)
           
 StatementText CollectionExpression.toStatementText(int mode)
          Method to return the statement text.
 StatementText IntegerLiteral.toStatementText(int mode)
           
 StatementText MapExpression.toStatementText(int mode)
          Method to return the statement text.
 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 UnboundVariable.toStatementText()
          StatementText representation of this expression.
 

Uses of StatementText in org.jpox.store.query
 

Fields in org.jpox.store.query declared as StatementText
protected  StatementText QueryStatement.stmtText
          Statement text for this Query Statement.
 

Methods in org.jpox.store.query that return StatementText
 StatementText QueryStatement.toDeleteStatementText()
          Method to convert the criteria into a delete statement text.
protected  StatementText QueryStatement.generateOrderingStatement()
          Convenience method to generate the ordering statement to add to the overall query statement.
 StatementText QueryStatement.toStatementText(boolean lock)
          Method to convert the criteria into the statement text.
 

Methods in org.jpox.store.query with parameters of type StatementText
protected  java.sql.PreparedStatement Query.getStatement(java.sql.Connection conn, StatementText stmtText)
          Method to create a PreparedStatement for use with the query.
 

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

Methods in org.jpox.store.rdbms.query that return StatementText
protected  StatementText Oracle99QueryStatement.generateOrderingStatement()
          Convenience method to generate the ordering statement to add to the overall query statement.
protected  StatementText OracleQueryStatement.generateOrderingStatement()
          Convenience method to generate the ordering statement to add to the overall query statement.
protected  StatementText SAPDBQueryStatement.generateOrderingStatement()
          Convenience method to generate the ordering statement to add to the overall query statement.
 



Copyright © -2007 . All Rights Reserved.