Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 906 Bytes

File metadata and controls

29 lines (23 loc) · 906 Bytes

ParameterValue

A typed parameter value for SQL query execution.

This is a discriminator type and does not contain any fields. Instead, it is a union of of the models listed below.

This discriminator class uses the type field to differentiate between classes.

Class Value
ParameterDateValue date
ParameterStructValue struct
ParameterStringValue string
ParameterDoubleValue double
ParameterIntegerValue integer
ParameterFloatValue float
ParameterListValue list
ParameterAnyValue any
ParameterLongValue long
ParameterBooleanValue boolean
ParameterNullValue null
ParameterShortValue short
ParameterDecimalValue decimal
ParameterMapValue map
ParameterTimestampValue timestamp

[Back to Model list] [Back to API list] [Back to README]