SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Public Member Functions | Properties | List of all members
SQLite.CollationAttribute Class Reference

Select the collating sequence to use on a column. "BINARY", "NOCASE", and "RTRIM" are supported. "BINARY" is the default. More...

Inheritance diagram for SQLite.CollationAttribute:

Public Member Functions

 CollationAttribute (string collation)
 Constructor of the attribute More...
 
 CollationAttribute (Collations collation)
 Constructor More...
 

Properties

string Value [get]
 the type of collating More...
 

Detailed Description

Select the collating sequence to use on a column. "BINARY", "NOCASE", and "RTRIM" are supported. "BINARY" is the default.

Constructor & Destructor Documentation

◆ CollationAttribute() [1/2]

SQLite.CollationAttribute.CollationAttribute ( string  collation)

Constructor of the attribute

Parameters
collationcollation as string the options are:
  • "BINARY"
  • "NOCASE"
  • "RTRIM"

◆ CollationAttribute() [2/2]

SQLite.CollationAttribute.CollationAttribute ( Collations  collation)

Constructor

Parameters
collationtype of collation , by enum Collations

Property Documentation

◆ Value

string SQLite.CollationAttribute.Value
get

the type of collating


The documentation for this class was generated from the following file: