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 |
EXCEPTION_MESSAGE_KEY_QUERY_EQUAL_CLAUSE_DB_COLUMN_TOKEN_MISSING, EXCEPTION_MESSAGE_KEY_QUERY_EQUAL_CLAUSE_PARAMETER_TOKEN_MISSING, 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, finalizeClauseprotected 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 JRSqlAbstractEqualClauseCopyright © 2017. All rights reserved.