SqlDialectDef
data class SqlDialectDef(val backslashEscapes: Boolean? = null, val hashComments: Boolean? = null, val spaceAfterDashes: Boolean? = null, val slashComments: Boolean? = null, val doubleQuotedStrings: Boolean? = null, val doubleDollarQuotedStrings: Boolean? = null, val unquotedBitLiterals: Boolean? = null, val treatBitsAsBytes: Boolean? = null, val charSetCasts: Boolean? = null, val plsqlQuotingMechanism: Boolean? = null, val operatorChars: String? = null, val specialVar: String? = null, val identifierQuotes: String? = null, val caseInsensitiveIdentifiers: Boolean? = null, val keywords: String? = null, val types: String? = null, val builtin: String? = null)
Definition for an SQL dialect. All fields are optional; missing fields fall back to the default values defined in defaults.
Constructors
Link copied to clipboard
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)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard