SqlDialectDef
constructor(backslashEscapes: Boolean? = null, hashComments: Boolean? = null, spaceAfterDashes: Boolean? = null, slashComments: Boolean? = null, doubleQuotedStrings: Boolean? = null, doubleDollarQuotedStrings: Boolean? = null, unquotedBitLiterals: Boolean? = null, treatBitsAsBytes: Boolean? = null, charSetCasts: Boolean? = null, plsqlQuotingMechanism: Boolean? = null, operatorChars: String? = null, specialVar: String? = null, identifierQuotes: String? = null, caseInsensitiveIdentifiers: Boolean? = null, keywords: String? = null, types: String? = null, builtin: String? = null)