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, setTable
CombinedConstraint getWhere()
Returns a combined constraint with CombinedConstraint.getType()
== CombinedConstraint.Type.AND
.