public class FunctionSqlHandler extends ChainedSqlHandler implements SqlHandler
| Constructor and Description |
|---|
FunctionSqlHandler(SqlHandler successor) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendConstraintToSql(StringBuilder sb,
Constraint constraint,
SearchQuery query,
boolean inverse,
boolean inComposite)
Represents Constraint object, that is not a CompositeConstraint,
as a constraint in SQL format, appending the result to a stringbuffer.
|
appendQueryBodyToSql, getAllowedValue, getSuccessor, getSupportLevel, getSupportLevel, toSqlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendQueryBodyToSql, getAllowedValue, getSupportLevel, getSupportLevel, toSqlpublic FunctionSqlHandler(SqlHandler successor)
public void appendConstraintToSql(StringBuilder sb, Constraint constraint, SearchQuery query, boolean inverse, boolean inComposite) throws SearchQueryException
SqlHandlerappendConstraintToSql in interface SqlHandlerappendConstraintToSql in class ChainedSqlHandlersb - The stringbuffer to append to.constraint - The (non-composite) constraint.query - The searchquery containing the constraint.inverse - True when the inverse constraint must be represented,
false otherwise.inComposite - True when the constraint is part of
a composite expression.SearchQueryExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}