Uses of Class
net.sf.jasperreports.engine.query.JRSqlNotInClause
-
Packages that use JRSqlNotInClause Package Description net.sf.jasperreports.engine.query Provides support for report queries and query executers. -
-
Uses of JRSqlNotInClause in net.sf.jasperreports.engine.query
Fields in net.sf.jasperreports.engine.query declared as JRSqlNotInClause Modifier and Type Field Description protected static JRSqlNotInClause
JRSqlNotInClause. singleton
Methods in net.sf.jasperreports.engine.query that return JRSqlNotInClause Modifier and Type Method Description static JRSqlNotInClause
JRSqlNotInClause. instance()
Returns the singleton function instance.
-