com.triactive.jdo.store.sql.expr
Interface StatementTextGenerator

All Known Subinterfaces:
AbstractSqlExpression.Body, AbstractSqlExpression.CompoundExpression, AbstractSqlExpression.SimpleColumnReference, AbstractSqlExpression.SubqueryExpression, SqlExpression
All Known Implementing Classes:
AbstractSqlExpression, AlternativesExpression, BetweenExpression, BinaryExpression, BinaryLiteral, BooleanBitColumnExpression, BooleanBitColumnLiteral, BooleanCharColumnExpression, BooleanCharColumnLiteral, BooleanExpression, BooleanLiteral, CandidateSetExpression, CharacterExpression, CharacterLiteral, DateLiteral, DecimalLiteral, FcoExpression, FloatingPointLiteral, IntegerLiteral, MapExpression, MapFieldExpression, MapLiteral, NullLiteral, NumericExpression, ObjectDatastoreIdExpression, ObjectExpression, ObjectLiteral, ObjectNondurableIdExpression, ObjectReferenceExpression, OIDExpression, OIDLiteral, QueryStatement, SetExpression, SetLiteral, SimulatedBooleanColumnExpression, SqlDateExpression, SqlDateLiteral, SqlTimestampExpression, SqlTimestampLiteral, StarLiteral, StringExpression, StringLiteral, SubquerySetExpression, TypeNameLiteral, UnboundVariable

public interface StatementTextGenerator

An object which generates SQL statement text.

Author:
Mike Martin

Method Summary
 StatementText toStatementText()
          Returns the SQL statement text which this object generates.
 java.lang.String toString()
          Returns the SQL statement text which this object generates as a string.
 

Method Detail

toStatementText

StatementText toStatementText()
Returns the SQL statement text which this object generates.


toString

java.lang.String toString()
Returns the SQL statement text which this object generates as a string.

Overrides:
toString in class java.lang.Object


Copyright ? 2001-2007 The TJDO Project All Rights Reserved.