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 voidAbstractSQLAnalyzer. analyzeFunction(SQLExpressionIF expr, SQLFunction value)protected SQLValueIFFilterSQLOptimizer. filterFunction(SQLFunction value)protected booleanGenericSQLGenerator. isPatternFunction(SQLFunction func)protected voidGenericSQLGenerator. referenceSQLFunction(SQLFunction func, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)protected voidGenericSQLGenerator. selectSQLFunction(SQLFunction value, SQLValueIF refvalue, boolean register, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-