|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.query.JRSqlAbstractInClause
net.sf.jasperreports.engine.query.JRSqlInClause
public class JRSqlInClause
SQL "IN" clause function.
JRSqlAbstractInClause.apply(JRClauseTokens, JRQueryClauseContext)
Field Summary | |
---|---|
protected static java.lang.String |
OPERATOR_IN
|
protected static JRSqlInClause |
singleton
|
Fields inherited from class net.sf.jasperreports.engine.query.JRSqlAbstractInClause |
---|
CLAUSE_TRUISM, POSITION_DB_COLUMN, POSITION_PARAMETER |
Constructor Summary | |
---|---|
JRSqlInClause()
|
Method Summary | |
---|---|
protected void |
appendInOperator(java.lang.StringBuffer sBuffer)
|
static JRSqlInClause |
instance()
Returns the singleton function instance. |
Methods inherited from class net.sf.jasperreports.engine.query.JRSqlAbstractInClause |
---|
apply, handleNoValues, valuesCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String OPERATOR_IN
protected static final JRSqlInClause singleton
Constructor Detail |
---|
public JRSqlInClause()
Method Detail |
---|
public static JRSqlInClause instance()
protected void appendInOperator(java.lang.StringBuffer sBuffer)
appendInOperator
in class JRSqlAbstractInClause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |