Uses of Class
org.datanucleus.store.rdbms.sql.expression.SQLExpression.ColumnExpressionList
Packages that use SQLExpression.ColumnExpressionList
Package
Description
Series of classes used to generate SQL statements.
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.ColumnExpressionListModifier and TypeMethodDescriptionSQLText.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.ColumnExpressionListModifier and TypeFieldDescriptionprotected SQLExpression.ColumnExpressionList
SQLExpression.subExprs
Sub-expressions, where we have a field with multiple columns for example.