StrictEncode
Specifies behavior for encoding character data to transmit to the Teradata Database.
データ型
string
デフォルト値
""
解説
When set to ON, the Teradata JDBC Driver will throw a SQLException when the SQL request text or any parameter values contain a character that cannot be represented in the session character set. When set to OFF or omitted, the Teradata JDBC Driver will substitute a question mark for each character that cannot be represented in the session character set.