Skip to content
# Class: SqlDialectConfiguration

Defined in: packages/core/src/models/SqlComponent.ts:87

Constructors ​

Constructor ​

new SqlDialectConfiguration(): SqlDialectConfiguration

Returns ​

SqlDialectConfiguration

Properties ​

parameterSymbol ​

parameterSymbol: string = ":"

Defined in: packages/core/src/models/SqlComponent.ts:88


identifierEscape ​

identifierEscape: object

Defined in: packages/core/src/models/SqlComponent.ts:89

start ​

start: string = '"'

end ​

end: string = '"'


exportComment ​

exportComment: CommentExportMode = "none"

Defined in: packages/core/src/models/SqlComponent.ts:90

Released under the MIT License.