The LiteralProcessor type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | APPROXIMATE |
Indicates that Float and Double literal values should
be treated using the SQL "approximate" format (i.e., '1E-3')
|
![]() ![]() | DECIMAL_LITERAL_FORMAT |
In what format should Float and Double literal values be sent
to the database?
See #EXACT, #APPROXIMATE
|
![]() ![]() | ErrorCannotDetermineType | |
![]() ![]() | ErrorCannotFetchWithIterate | |
![]() ![]() | ErrorCannotFormatLiteral | |
![]() ![]() | ErrorNamedParameterDoesNotAppear | |
![]() ![]() | EXACT |
Indicates that Float and Double literal values should
be treated using the SQL "exact" format (i.e., '.001')
|