SQLProvider

OdbcQuoteCharacter Type

Specifies the quote character style for ODBC connections when dealing with table and column names containing spaces or special characters.

Record fields

Record Field Description

APHOSTROPHE

Full Usage: APHOSTROPHE

Field type: OdbcQuoteCharacter
Modifiers: static

Single quote: 'alias'

Field type: OdbcQuoteCharacter

DEFAULT_QUOTE

Full Usage: DEFAULT_QUOTE

Field type: OdbcQuoteCharacter
Modifiers: static

Use default quoting for the ODBC driver

Field type: OdbcQuoteCharacter

DOUBLE_QUOTES

Full Usage: DOUBLE_QUOTES

Field type: OdbcQuoteCharacter
Modifiers: static

Amazon Redshift style: "alias" and Firebird style too

Field type: OdbcQuoteCharacter

GRAVE_ACCENT

Full Usage: GRAVE_ACCENT

Field type: OdbcQuoteCharacter
Modifiers: static

MySQL/Postgre style: `alias`

Field type: OdbcQuoteCharacter

NO_QUOTES

Full Usage: NO_QUOTES

Field type: OdbcQuoteCharacter
Modifiers: static

Plain, no special names: alias

Field type: OdbcQuoteCharacter

SQUARE_BRACKETS

Full Usage: SQUARE_BRACKETS

Field type: OdbcQuoteCharacter
Modifiers: static

Microsoft SQL style: [alias]

Field type: OdbcQuoteCharacter

Type something to start searching.