net.sf.jasperreports.engine.query
Class JRSqlNotInClause
java.lang.Object
net.sf.jasperreports.engine.query.JRSqlAbstractInClause
net.sf.jasperreports.engine.query.JRSqlNotInClause
- All Implemented Interfaces:
- JRClauseFunction
public class JRSqlNotInClause
- extends JRSqlAbstractInClause
SQL "NOT IN" clause function.
- Version:
- $Id: JRSqlNotInClause.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita ([email protected])
- See Also:
JRSqlAbstractInClause.apply(JRClauseTokens, JRQueryClauseContext)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPERATOR_NOT_IN
protected static final String OPERATOR_NOT_IN
- See Also:
- Constant Field Values
OPERATOR_NULL
protected static final String OPERATOR_NULL
- See Also:
- Constant Field Values
OPERATOR_AND_OR
protected static final String OPERATOR_AND_OR
- See Also:
- Constant Field Values
singleton
protected static final JRSqlNotInClause singleton
JRSqlNotInClause
public JRSqlNotInClause()
instance
public static JRSqlNotInClause instance()
- Returns the singleton function instance.
- Returns:
- the singleton function instance
appendInOperator
protected void appendInOperator(StringBuffer sBuffer)
- Specified by:
appendInOperator
in class JRSqlAbstractInClause
appendNullOperator
protected void appendNullOperator(StringBuffer sBuffer)
- Specified by:
appendNullOperator
in class JRSqlAbstractInClause
appendAndOrOperator
protected void appendAndOrOperator(StringBuffer sBuffer)
- Specified by:
appendAndOrOperator
in class JRSqlAbstractInClause
Copyright © 2012. All Rights Reserved.