FireDAC.Phys.SQLite.TFDSQLiteCollationFlags
Delphi
type TFDSQLiteCollationFlags = set of TFDSQLiteCollationFlag;
C++
typedef System::Set<TFDSQLiteCollationFlag, TFDSQLiteCollationFlag::sfLingIngoreCase, TFDSQLiteCollationFlag::sfStringSort> TFDSQLiteCollationFlags;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | FireDAC.Phys.SQLite.pas FireDAC.Phys.SQLite.hpp |
FireDAC.Phys.SQLite | FireDAC.Phys.SQLite |
Description
Represents a set of TFDSQLiteCollationFlag values.
| Name | Description |
|---|---|
| sfLingIngoreCase | Linguistically ignore the case. |
| sfLingIgnoreDiacritic | Linguistically ignore non-spacing characters. |
| sfIgnoreCase | Ignore the case. |
| sfIgnoreKanatype | Do not differentiate between Hiragana and Katakana characters. |
| sfIgnoreNonSpace | Ignore non-spacing characters. |
| sfIgnoreSymbols | Ignore symbols and punctuation. |
| sfIgnoreWidth | Ignore the difference between half-width and full-width characters. |
| sfLingCasing | Use linguistic rules for casing, instead of file system rules (default). |
| sfDigitAsNumbers | Treat digits as numbers. |
| sfStringSort | Treat punctuation the same as symbols. |