| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.sqls.impl.StatementImpl
A common base class for SelectStatement,
 InsertStatement,
 UpdateStatement, and
 DeleteStatement.
| Constructor Summary | |
| protected  | StatementImpl(SQLFactory pFactory) | 
| Method Summary | |
|  Function | createFunction(java.lang.String pName)Creates a new function, which may be added to a BooleanConstraint. | 
|  SQLFactory | getSQLFactory()Returns the SQLFactorythat created this Statement. | 
|  TableReference | getTableReference()Returns the table reference, for which the statement applies. | 
| protected  TableReference | newTableReference(Table pTable) | 
|  TableReference | setTable(Table pTable)Sets the table, for which the statement applies and returns a reference to the table. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
protected StatementImpl(SQLFactory pFactory)
| Method Detail | 
public SQLFactory getSQLFactory()
StatementReturns the SQLFactory
 that created this Statement.
getSQLFactory in interface Statementprotected TableReference newTableReference(Table pTable)
public TableReference setTable(Table pTable)
StatementSets the table, for which the statement applies and returns a reference to the table.
setTable in interface Statementpublic TableReference getTableReference()
StatementReturns the table reference, for which the statement applies.
getTableReference in interface Statementpublic Function createFunction(java.lang.String pName)
StatementCreates a new function, which may be added to a
 BooleanConstraint.
createFunction in interface Statement| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||