BindingType
Allow specifying the binding type for the Date, Time and Timestamp_* type.
Possible Values
DEFAULT, TEXTデータ型
string
デフォルト値
"DEFAULT"
解説
There are two kinds of binding type: DEFAULT and TEXT.
- DEFAULT: Using the binding type DATE for the Date type. Using the binding type TIME for the Time type. Using the binding type TIMESTAMP_* for the Timestamp_* type, the specified value of the binding type TIMESTAMP_* is depended on the session parameter CLIENT_TIMESTAMP_TYPE_MAPPING.
- TEXT: Using the binding type TEXT for the Date, Time and Timestamp_* type.