Uses of Class
net.ontopia.persistence.query.sql.SQLVerbatim
-
Packages that use SQLVerbatim Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLVerbatim in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type SQLVerbatim Modifier and Type Method Description protected voidAbstractSQLAnalyzer. analyzeVerbatim(SQLExpressionIF expr, SQLVerbatim value)protected SQLValueIFFilterSQLOptimizer. filterVerbatim(SQLVerbatim value)protected voidGenericSQLGenerator. selectSQLVerbatim(SQLVerbatim value, SQLValueIF refvalue, boolean register, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-