public class JRSqlNotEqualClause extends JRSqlAbstractEqualClause
JRSqlAbstractEqualClause.apply(JRClauseTokens, JRQueryClauseContext)
Modifier and Type | Field and Description |
---|---|
protected static String |
OPERATOR_IS_NOT_NULL |
protected static String |
OPERATOR_NOT_EQUAL |
protected static JRSqlNotEqualClause |
singleton |
POSITION_DB_COLUMN, POSITION_PARAMETER
Constructor and Description |
---|
JRSqlNotEqualClause() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleEqualOperator(StringBuffer sbuffer,
String param,
JRQueryClauseContext queryContext) |
static JRSqlNotEqualClause |
instance()
Returns the singleton function instance.
|
apply, finalizeClause
protected static final String OPERATOR_NOT_EQUAL
protected static final String OPERATOR_IS_NOT_NULL
protected static final JRSqlNotEqualClause singleton
public static JRSqlNotEqualClause instance()
protected void handleEqualOperator(StringBuffer sbuffer, String param, JRQueryClauseContext queryContext)
handleEqualOperator
in class JRSqlAbstractEqualClause
Copyright © 2015. All rights reserved.