org.apache.ws.jaxme.sqls
Interface Statement
- ConstrainedStatement, DeleteStatement, InsertStatement, OraSelectStatement, SelectStatement, SetStatement, UpdateStatement
- ConstrainedStatementImpl, DeleteStatementImpl, InsertStatementImpl, OraSelectStatementImpl, SelectStatementImpl, SetStatementImpl, StatementImpl, UpdateStatementImpl
public interface Statement
createFunction
public Function createFunction(String pName)
getTableReference
public TableReference getTableReference()
Returns the table reference, for which the statement applies.
setTable
public TableReference setTable(Table pTable)
Sets the table, for which the statement applies and returns
a reference to the table.