Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::OCI::Collation Namespace Reference

OCI Collation IDs. More...

Variables

constexpr UInt32 OCI_COLLATION_NONE = 0x00000000
 undefined collation; no collation has been specified
 
constexpr UInt32 None = 0x00000000
 
constexpr UInt32 OCI_COLLATION_NLS_COMP = 0x00003FFE
 pseudo-collation USING_NLS_COMP
 
constexpr UInt32 NlsComp = 0x00003FFE
 
constexpr UInt32 OCI_COLLATION_NLS_SORT = 0x00003FFD
 pseudo-collation USING_NLS_SORT
 
constexpr UInt32 NlsSort = 0x00003FFD
 
constexpr UInt32 OCI_COLLATION_NLS_SORT_CI = 0x00003FFC
 pseudo-collation USING_NLS_SORT_CI
 
constexpr UInt32 NlsSortCI = 0x00003FFC
 
constexpr UInt32 OCI_COLLATION_NLS_SORT_AI = 0x00003FFB
 pseudo-collation USING_NLS_SORT_AI
 
constexpr UInt32 NlsSortAI = 0x00003FFB
 
constexpr UInt32 OCI_COLLATION_NLS_SORT_CS = 0x00003FFA
 pseudo-collation USING_NLS_SORT_CS
 
constexpr UInt32 NlsSortCS = 0x00003FFA
 
constexpr UInt32 OCI_COLLATION_NLS_SORT_VAR1 = 0x00003FF9
 pseudo-collation USING_NLS_SORT_VAR1
 
constexpr UInt32 NlsSortVar1 = 0x00003FF9
 
constexpr UInt32 OCI_COLLATION_NLS_SORT_VAR1_CI = 0x00003FF8
 pseudo-collation USING_NLS_SORT_VAR1_CI
 
constexpr UInt32 NlsSortVar1CI = 0x00003FF8
 
constexpr UInt32 OCI_COLLATION_NLS_SORT_VAR1_AI = 0x00003FF7
 pseudo-collation USING_NLS_SORT_VAR1_AI
 
constexpr UInt32 NlsSortVar1AI = 0x00003FF7
 
constexpr UInt32 OCI_COLLATION_NLS_SORT_VAR1_CS = 0x00003FF6
 pseudo-collation USING_NLS_SORT_VAR1_CS
 
constexpr UInt32 NlsSortVar1CS = 0x00003FF6
 
constexpr UInt32 OCI_COLLATION_BINARY = 0x00003FFF
 BINARY.
 
constexpr UInt32 Binary = 0x00003FFF
 
constexpr UInt32 OCI_COLLATION_BINARY_CI = 0x00023FFF
 BINARY_CI.
 
constexpr UInt32 BinaryCI = 0x00023FFF
 
constexpr UInt32 OCI_COLLATION_BINARY_AI = 0x00013FFF
 BINARY_AI.
 
constexpr UInt32 BinaryAI = 0x00013FFF
 

Detailed Description

OCI Collation IDs.

collation IDs of a number of frequently used collations, mainly pseudo-collations; they are returned as values of the attribute Attribute::COLLATION_ID; the SQL names of the collations corresponding to the IDs are given in comments below

Variable Documentation

◆ Binary

UInt32 Harlinn::OCI::Collation::Binary = 0x00003FFF
constexpr

◆ BinaryAI

UInt32 Harlinn::OCI::Collation::BinaryAI = 0x00013FFF
constexpr

◆ BinaryCI

UInt32 Harlinn::OCI::Collation::BinaryCI = 0x00023FFF
constexpr

◆ NlsComp

UInt32 Harlinn::OCI::Collation::NlsComp = 0x00003FFE
constexpr

◆ NlsSort

UInt32 Harlinn::OCI::Collation::NlsSort = 0x00003FFD
constexpr

◆ NlsSortAI

UInt32 Harlinn::OCI::Collation::NlsSortAI = 0x00003FFB
constexpr

◆ NlsSortCI

UInt32 Harlinn::OCI::Collation::NlsSortCI = 0x00003FFC
constexpr

◆ NlsSortCS

UInt32 Harlinn::OCI::Collation::NlsSortCS = 0x00003FFA
constexpr

◆ NlsSortVar1

UInt32 Harlinn::OCI::Collation::NlsSortVar1 = 0x00003FF9
constexpr

◆ NlsSortVar1AI

UInt32 Harlinn::OCI::Collation::NlsSortVar1AI = 0x00003FF7
constexpr

◆ NlsSortVar1CI

UInt32 Harlinn::OCI::Collation::NlsSortVar1CI = 0x00003FF8
constexpr

◆ NlsSortVar1CS

UInt32 Harlinn::OCI::Collation::NlsSortVar1CS = 0x00003FF6
constexpr

◆ None

UInt32 Harlinn::OCI::Collation::None = 0x00000000
constexpr

◆ OCI_COLLATION_BINARY

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_BINARY = 0x00003FFF
constexpr

BINARY.

◆ OCI_COLLATION_BINARY_AI

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_BINARY_AI = 0x00013FFF
constexpr

BINARY_AI.

◆ OCI_COLLATION_BINARY_CI

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_BINARY_CI = 0x00023FFF
constexpr

BINARY_CI.

◆ OCI_COLLATION_NLS_COMP

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NLS_COMP = 0x00003FFE
constexpr

pseudo-collation USING_NLS_COMP

◆ OCI_COLLATION_NLS_SORT

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NLS_SORT = 0x00003FFD
constexpr

pseudo-collation USING_NLS_SORT

◆ OCI_COLLATION_NLS_SORT_AI

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NLS_SORT_AI = 0x00003FFB
constexpr

pseudo-collation USING_NLS_SORT_AI

◆ OCI_COLLATION_NLS_SORT_CI

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NLS_SORT_CI = 0x00003FFC
constexpr

pseudo-collation USING_NLS_SORT_CI

◆ OCI_COLLATION_NLS_SORT_CS

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NLS_SORT_CS = 0x00003FFA
constexpr

pseudo-collation USING_NLS_SORT_CS

◆ OCI_COLLATION_NLS_SORT_VAR1

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NLS_SORT_VAR1 = 0x00003FF9
constexpr

pseudo-collation USING_NLS_SORT_VAR1

◆ OCI_COLLATION_NLS_SORT_VAR1_AI

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NLS_SORT_VAR1_AI = 0x00003FF7
constexpr

pseudo-collation USING_NLS_SORT_VAR1_AI

◆ OCI_COLLATION_NLS_SORT_VAR1_CI

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NLS_SORT_VAR1_CI = 0x00003FF8
constexpr

pseudo-collation USING_NLS_SORT_VAR1_CI

◆ OCI_COLLATION_NLS_SORT_VAR1_CS

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NLS_SORT_VAR1_CS = 0x00003FF6
constexpr

pseudo-collation USING_NLS_SORT_VAR1_CS

◆ OCI_COLLATION_NONE

UInt32 Harlinn::OCI::Collation::OCI_COLLATION_NONE = 0x00000000
constexpr

undefined collation; no collation has been specified