public abstract class ConstrainedStatementImpl extends StatementImpl implements ConstrainedStatement
Modifier | Constructor and Description |
---|---|
protected |
ConstrainedStatementImpl(SQLFactory pFactory) |
Modifier and Type | Method and Description |
---|---|
CombinedConstraint |
getWhere()
Returns a combined constraint with
CombinedConstraint.getType()
== CombinedConstraint.Type.AND . |
createFunction, getSQLFactory, getTableReference, newCase, newTableReference, setTable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createFunction, getSQLFactory, getTableReference, newCase, setTable
protected ConstrainedStatementImpl(SQLFactory pFactory)
public CombinedConstraint getWhere()
ConstrainedStatement
Returns a combined constraint with CombinedConstraint.getType()
== CombinedConstraint.Type.AND
.
getWhere
in interface ConstrainedStatement