|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.sqls.impl.StatementImpl
A common base class for SelectStatement
,
InsertStatement
,
UpdateStatement
, and
DeleteStatement
.
Constructor Summary | |
protected |
StatementImpl(SQLFactory pFactory)
|
Method Summary | |
SQLFactory |
getSQLFactory()
Returns the SQLFactory
that 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()
Statement
Returns the SQLFactory
that created this Statement.
getSQLFactory
in interface Statement
protected TableReference newTableReference(Table pTable)
public TableReference setTable(Table pTable)
Statement
Sets the table, for which the statement applies and returns a reference to the table.
setTable
in interface Statement
public TableReference getTableReference()
Statement
Returns the table reference, for which the statement applies.
getTableReference
in interface Statement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |