org.apache.ws.jaxme.sqls
public interface Statement
Method Summary | |
---|---|
Function | createFunction(String pName) Creates a new function, which may be added to a {@link org.apache.ws.jaxme.sqls.BooleanConstraint}. |
SQLFactory | getSQLFactory() Returns the {@link org.apache.ws.jaxme.sqls.SQLFactory} that created this Statement. |
TableReference | getTableReference() Returns the table reference, for which the statement applies. |
Case | newCase(Column.Type pType) Creates a new instance of {@link Case}. |
TableReference | setTable(Table pTable) Sets the table, for which the statement applies and returns a reference to the table. |
Creates a new function, which may be added to a {@link org.apache.ws.jaxme.sqls.BooleanConstraint}.
Returns the {@link org.apache.ws.jaxme.sqls.SQLFactory} that created this Statement.
Returns the table reference, for which the statement applies.
Sets the table, for which the statement applies and returns a reference to the table.