|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Statement
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||