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, QueryStatement

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

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


toString

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



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