Interface SQLLiteral
- All Known Implementing Classes:
ArrayLiteral, BooleanLiteral, ByteLiteral, CharacterLiteral, CollectionLiteral, EnumLiteral, FloatingPointLiteral, IntegerLiteral, MapLiteral, MapLiteral.MapKeyLiteral, MapLiteral.MapValueLiteral, NullLiteral, ObjectLiteral, ParameterLiteral, SingleCollectionLiteral, StringLiteral, TemporalLiteral, TypeConverterLiteral, TypeConverterMultiLiteral
public interface SQLLiteral
Representation of an SQL Literal in a query.
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Accessor to the literal valuevoidMethod to set this literal as not being a parameter.
-
Method Details
-
getValue
-
setNotParameter
void setNotParameter()Method to set this literal as not being a parameter. If the literal if not currently a parameter then does nothing. Updates any underlying SQL to have the value.
-