SQLProvider

OdbcQuoteCharacter Type

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
Field type: OdbcQuoteCharacter

DOUBLE_QUOTES

Full Usage: DOUBLE_QUOTES

Field type: OdbcQuoteCharacter
Modifiers: static

Amazon Redshift style: "alias" & 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.