Uses of Class
net.ontopia.persistence.query.sql.SQLFunction
-
Packages that use SQLFunction Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLFunction in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type SQLFunction Modifier and Type Method Description protected void
AbstractSQLAnalyzer. analyzeFunction(SQLExpressionIF expr, SQLFunction value)
protected SQLValueIF
FilterSQLOptimizer. filterFunction(SQLFunction value)
protected boolean
GenericSQLGenerator. isPatternFunction(SQLFunction func)
protected void
GenericSQLGenerator. referenceSQLFunction(SQLFunction func, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
protected void
GenericSQLGenerator. selectSQLFunction(SQLFunction value, SQLValueIF refvalue, boolean register, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-