Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SQL.InternalSQLiteLibrary.ICUUsed
Queries whether ICU libraries have been used.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SQL | 11.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SQL.InternalSQLiteLibrary.ICUUsed" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Queries whether ICU libraries have been used.Once SQLite is initialized, we set this to 1 if we passed the functionality to SQLite.
See also
- SQL.InternalSQLiteLibrary.Activate
- SQL.InternalSQLiteLibrary.Activated
- SQL.InternalSQLiteLibrary.ICUEnabled
- SQL.InternalSQLiteLibrary.ICULoaded
- SQL.InternalSQLiteLibrary.LoadICU
- SQL.InternalSQLiteLibrary.SetICUEnabled
- SQL.InternalSQLiteLibrary.SourceID
- SQL.InternalSQLiteLibrary.Version
Release notes
- Version 11.2
- Added code to use ICU libraries for SQLite. See SQL.InternalSQLiteLibrary.ICUEnabled, SQL.InternalSQLiteLibrary.ICULoaded, SQL.InternalSQLiteLibrary.ICUUsed and SQL.InternalSQLiteLibrary.SetICUEnabled functions.
Blog Entries
This function is free to use.
Created 21st March 2021, last changed 21st March 2021
SQL.InternalSQLiteLibrary.ICULoaded - SQL.InternalSQLiteLibrary.LoadICU