public interface ConstrainedStatement extends Statement
Interface of a Statement supporting
a WHERE clause.
| Modifier and Type | Method and Description |
|---|---|
CombinedConstraint |
getWhere()
Returns a combined constraint with
CombinedConstraint.getType()
== CombinedConstraint.Type.AND. |
createFunction, getSQLFactory, getTableReference, newCase, setTableCombinedConstraint getWhere()
Returns a combined constraint with CombinedConstraint.getType()
== CombinedConstraint.Type.AND.