Uses of Class
org.datanucleus.store.rdbms.sql.expression.SQLExpression.ColumnExpressionList
-
Packages that use SQLExpression.ColumnExpressionList Package Description org.datanucleus.store.rdbms.sql Series of classes used to generate SQL statements.org.datanucleus.store.rdbms.sql.expression Series of expressions representing conditions in SQL statements. -
-
Uses of SQLExpression.ColumnExpressionList in org.datanucleus.store.rdbms.sql
Methods in org.datanucleus.store.rdbms.sql with parameters of type SQLExpression.ColumnExpressionList Modifier and Type Method Description SQLText
SQLText. append(SQLExpression.ColumnExpressionList exprList)
Append a ColumnExpressionList. -
Uses of SQLExpression.ColumnExpressionList in org.datanucleus.store.rdbms.sql.expression
Fields in org.datanucleus.store.rdbms.sql.expression declared as SQLExpression.ColumnExpressionList Modifier and Type Field Description protected SQLExpression.ColumnExpressionList
SQLExpression. subExprs
Sub-expressions, where we have a field with multiple columns for example.
-