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 void
AbstractSQLAnalyzer. analyzeVerbatim(SQLExpressionIF expr, SQLVerbatim value)
protected SQLValueIF
FilterSQLOptimizer. filterVerbatim(SQLVerbatim value)
protected void
GenericSQLGenerator. selectSQLVerbatim(SQLVerbatim value, SQLValueIF refvalue, boolean register, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-