org.apache.ws.jaxme.sqls.impl
public abstract class StatementImpl extends Object implements Statement
A common base class for {@link org.apache.ws.jaxme.sqls.SelectStatement}, {@link org.apache.ws.jaxme.sqls.InsertStatement}, {@link org.apache.ws.jaxme.sqls.UpdateStatement}, and {@link org.apache.ws.jaxme.sqls.DeleteStatement}.
Constructor Summary | |
---|---|
protected | StatementImpl(SQLFactory pFactory) |
Method Summary | |
---|---|
Function | createFunction(String pName) |
SQLFactory | getSQLFactory() |
TableReference | getTableReference() |
Case | newCase(Column.Type pType) |
protected TableReference | newTableReference(Table pTable) |
TableReference | setTable(Table pTable) |