Class TypeConverterMultiExpression
- java.lang.Object
-
- org.datanucleus.store.rdbms.sql.expression.SQLExpression
-
- org.datanucleus.store.rdbms.sql.expression.ObjectExpression
-
- org.datanucleus.store.rdbms.sql.expression.TypeConverterMultiExpression
-
- Direct Known Subclasses:
TypeConverterMultiLiteral
public class TypeConverterMultiExpression extends ObjectExpression
Expression representing a TypeConverterMultiMapping where we have a java type mapped to multiple columns.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.datanucleus.store.rdbms.sql.expression.SQLExpression
SQLExpression.ColumnExpressionList
-
-
Field Summary
-
Fields inherited from class org.datanucleus.store.rdbms.sql.expression.SQLExpression
lowestOperator, mapping, parameterName, st, stmt, subExprs, table
-
-
Constructor Summary
Constructors Constructor Description TypeConverterMultiExpression(SQLStatement stmt, SQLTable table, JavaTypeMapping mapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLExpression
invoke(java.lang.String methodName, java.util.List<SQLExpression> args)
Invocation of a method on this expression.-
Methods inherited from class org.datanucleus.store.rdbms.sql.expression.ObjectExpression
addSubexpressionsToRelatedExpression, cast, eq, ge, gt, in, is, le, lt, ne, processComparisonOfImplementationWithReference, useFirstColumnOnly
-
Methods inherited from class org.datanucleus.store.rdbms.sql.expression.SQLExpression
add, and, bitAnd, bitOr, com, distinct, div, encloseInParentheses, eor, getJavaTypeMapping, getLowestOperator, getNumberOfSubExpressions, getParameterName, getSQLStatement, getSQLTable, getSubExpression, ior, isParameter, mod, mul, neg, not, setJavaTypeMapping, sub, toSQLText, unDistinct
-
-
-
-
Constructor Detail
-
TypeConverterMultiExpression
public TypeConverterMultiExpression(SQLStatement stmt, SQLTable table, JavaTypeMapping mapping)
-
-
Method Detail
-
invoke
public SQLExpression invoke(java.lang.String methodName, java.util.List<SQLExpression> args)
Description copied from class:SQLExpression
Invocation of a method on this expression.- Overrides:
invoke
in classObjectExpression
- Parameters:
methodName
- name of the method to invokeargs
- Args to this method (if any)- Returns:
- the converted value
-
-