The LiteralProcessor type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAPPROXIMATE
Indicates that Float and Double literal values should be treated using the SQL "approximate" format (i.e., '1E-3')
Public fieldStatic memberDECIMAL_LITERAL_FORMAT
In what format should Float and Double literal values be sent to the database? See #EXACT, #APPROXIMATE
Public fieldStatic memberErrorCannotDetermineType
Public fieldStatic memberErrorCannotFetchWithIterate
Public fieldStatic memberErrorCannotFormatLiteral
Public fieldStatic memberErrorNamedParameterDoesNotAppear
Public fieldStatic memberEXACT
Indicates that Float and Double literal values should be treated using the SQL "exact" format (i.e., '.001')

See Also