Uses of Class
org.datanucleus.store.rdbms.sql.expression.ParameterLiteral
Packages that use ParameterLiteral
Package
Description
Series of expressions representing conditions in SQL statements.
-
Uses of ParameterLiteral in org.datanucleus.store.rdbms.sql.expression
Methods in org.datanucleus.store.rdbms.sql.expression with parameters of type ParameterLiteralModifier and TypeMethodDescriptionSQLExpressionFactory.replaceParameterLiteral
(ParameterLiteral paramLit, SQLExpression comparisonExpr) Convenience method to replace the provided ParameterLiteral with a "parameter-based" literal using the supplied mapping (generated before its type was known).