Uses of Interface
org.datanucleus.store.rdbms.sql.expression.SQLLiteral
Packages that use SQLLiteral
Package
Description
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
Series of expressions representing conditions in SQL statements.
-
Uses of SQLLiteral in org.datanucleus.store.rdbms.query
Methods in org.datanucleus.store.rdbms.query with parameters of type SQLLiteralModifier and TypeMethodDescriptionvoid
QueryGenerator.useParameterExpressionAsLiteral
(SQLLiteral paramLiteral) Method to instruct the generator to convert the provided parameter expression to just be a literal using the value of the parameter (hence the statement cannot be precompilable since the value needs to be known).void
QueryToSQLMapper.useParameterExpressionAsLiteral
(SQLLiteral paramLiteral) -
Uses of SQLLiteral in org.datanucleus.store.rdbms.sql.expression
Classes in org.datanucleus.store.rdbms.sql.expression that implement SQLLiteralModifier and TypeClassDescriptionclass
Representation of array literal.class
Representation of a Boolean literal in a Query.class
Representation of a Byte literal.class
Representation of a Character literal in a Query.class
An SQL expression that will test if a column of a table falls within the given Collection of values.class
Representation of an Enum literal.class
Representation of a FloatPoint literal in a query.class
Representation of an Integer literal.class
An SQL expression that will test if a column of a table falls within the given Map.static class
An SQL expression that will test if a column of a table falls within the given Map's keys.static class
An SQL expression that will test if a column of a table falls within the given Map's values.class
Representation of a Null literal in a Query.class
Representation of an Object literal in a query.class
Representation of a literal representing a parameter where we don't know the type of the parameter yet.class
Cover-all literal to represent "single collection" mapped types.class
Representation of a string literal.class
Representation of temporal literal in a Query.class
Wrapper literal handler for a TypeConverterMapping to avoid the need to have an explicit mapping for something using a TypeConverter.class
Literal for an object persisted using TypeConverterMultiMapping.Methods in org.datanucleus.store.rdbms.sql.expression with parameters of type SQLLiteralModifier and TypeMethodDescriptionprotected static void
ExpressionUtils.checkAndCorrectLiteralForConsistentMappingsForBooleanComparison
(SQLLiteral lit, SQLExpression expr)