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 TypeMethodDescriptionvoidQueryGenerator.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).voidQueryToSQLMapper.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 TypeClassDescriptionclassRepresentation of array literal.classRepresentation of a Boolean literal in a Query.classRepresentation of a Byte literal.classRepresentation of a Character literal in a Query.classAn SQL expression that will test if a column of a table falls within the given Collection of values.classRepresentation of an Enum literal.classRepresentation of a FloatPoint literal in a query.classRepresentation of an Integer literal.classAn SQL expression that will test if a column of a table falls within the given Map.static classAn SQL expression that will test if a column of a table falls within the given Map's keys.static classAn SQL expression that will test if a column of a table falls within the given Map's values.classRepresentation of a Null literal in a Query.classRepresentation of an Object literal in a query.classRepresentation of a literal representing a parameter where we don't know the type of the parameter yet.classCover-all literal to represent "single collection" mapped types.classRepresentation of a string literal.classRepresentation of temporal literal in a Query.classWrapper literal handler for a TypeConverterMapping to avoid the need to have an explicit mapping for something using a TypeConverter.classLiteral for an object persisted using TypeConverterMultiMapping.Methods in org.datanucleus.store.rdbms.sql.expression with parameters of type SQLLiteralModifier and TypeMethodDescriptionprotected static voidExpressionUtils.checkAndCorrectLiteralForConsistentMappingsForBooleanComparison(SQLLiteral lit, SQLExpression expr)