Uses of Class
net.ontopia.persistence.query.sql.SQLParameter
Packages that use SQLParameter
-
Uses of SQLParameter in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type SQLParameterModifier and TypeMethodDescriptionprotected voidAbstractSQLAnalyzer.analyzeParameter(SQLExpressionIF expr, SQLParameter value) protected SQLValueIFFilterSQLOptimizer.filterParameter(SQLParameter value) Constructors in net.ontopia.persistence.query.sql with parameters of type SQLParameterModifierConstructorDescriptionSQLIn(SQLColumns left, SQLParameter right) SQLIn(SQLTuple left, SQLParameter right)