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, setTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFunction, getSQLFactory, getTableReference, newCase, setTableprotected ConstrainedStatementImpl(SQLFactory pFactory)
public CombinedConstraint getWhere()
ConstrainedStatementReturns a combined constraint with CombinedConstraint.getType()
== CombinedConstraint.Type.AND.
getWhere in interface ConstrainedStatement