LiteralUnderscore
Automatically escape LIKE-predicate patterns in DatabaseMetaData calls, such as schemPattern and tableNamePattern.
データ型
string
デフォルト値
""
解説
Many DatabaseMetaData methods have arguments to specify LIKE-predicate patterns to match object names. These method arguments have a name ending in the word Pattern, such as schemaPattern and tableNamePattern.
When LiteralUnderscore is set to ON, the 本製品 will automatically escape all unescaped underscore characters in DatabaseMetaData method pattern arguments. The default is OFF.