Uses of Class
org.openforis.collect.mondrian.SQL
-
Packages that use SQL Package Description org.openforis.collect.mondrian -
-
Uses of SQL in org.openforis.collect.mondrian
Fields in org.openforis.collect.mondrian declared as SQL Modifier and Type Field Description protected SQLTable. sqlFields in org.openforis.collect.mondrian with type parameters of type SQL Modifier and Type Field Description protected List<SQL>ExpressionView. sqlprotected List<SQL>View. sqlMethods in org.openforis.collect.mondrian that return SQL Modifier and Type Method Description SQLObjectFactory. createSQL()Create an instance ofSQLSQLTable. getSQL()Gets the value of the sql property.Methods in org.openforis.collect.mondrian that return types with arguments of type SQL Modifier and Type Method Description List<SQL>ExpressionView. getSQL()Gets the value of the sql property.List<SQL>View. getSQL()Gets the value of the sql property.Methods in org.openforis.collect.mondrian with parameters of type SQL Modifier and Type Method Description voidTable. setSQL(SQL value)Sets the value of the sql property.
-