public interface Statement
Modifier and Type | Method and Description |
---|---|
Function |
createFunction(java.lang.String pName)
Creates a new function, which may be added to a
BooleanConstraint . |
SQLFactory |
getSQLFactory()
Returns the
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
Case . |
TableReference |
setTable(Table pTable)
Sets the table, for which the statement applies and returns
a reference to the table.
|
SQLFactory getSQLFactory()
Returns the SQLFactory
that created this Statement.
TableReference setTable(Table pTable)
Sets the table, for which the statement applies and returns a reference to the table.
TableReference getTableReference()
Returns the table reference, for which the statement applies.
Function createFunction(java.lang.String pName)
Creates a new function, which may be added to a
BooleanConstraint
.
Case newCase(Column.Type pType)
Case
.