Uses of Class
net.ontopia.persistence.query.sql.SQLParameter
-
Packages that use SQLParameter Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLParameter in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type SQLParameter Modifier and Type Method Description protected void
AbstractSQLAnalyzer. analyzeParameter(SQLExpressionIF expr, SQLParameter value)
protected SQLValueIF
FilterSQLOptimizer. filterParameter(SQLParameter value)
Constructors in net.ontopia.persistence.query.sql with parameters of type SQLParameter Constructor Description SQLIn(SQLColumns left, SQLParameter right)
SQLIn(SQLTuple left, SQLParameter right)
-