net.sf.jaxme.sqls
Interface Statement

All Known Subinterfaces:
ConstrainedStatement, DeleteStatement, InsertStatement, SelectStatement, SetStatement, UpdateStatement
All Known Implementing Classes:
ConstrainedStatementImpl, DeleteStatementImpl, InsertStatementImpl, SelectStatementImpl, SetStatementImpl, StatementImpl, UpdateStatementImpl

public interface Statement

Author:
Jochen Wiedmann

Method Summary
 SQLFactory getSQLFactory()
          Returns the SQLFactory that created this Statement.
 TableReference getTableReference()
          Returns the table reference, for which the statement applies.
 TableReference setTable(Table pTable)
          Sets the table, for which the statement applies and returns a reference to the table.
 

Method Detail

getSQLFactory

public SQLFactory getSQLFactory()

Returns the SQLFactory that created this Statement.


setTable

public TableReference setTable(Table pTable)

Sets the table, for which the statement applies and returns a reference to the table.


getTableReference

public TableReference getTableReference()

Returns the table reference, for which the statement applies.