Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | SQL | MBS SQL Plugin | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Constant | Value | Description |
---|---|---|
LocaleAll | 0 |
One of the locale category constants for SetLocale.
Set the entire locale generically. |
LocaleCollate | 1 |
One of the locale category constants for SetLocale.
Set a locale for string collation routines. This controls alphabetic ordering in strcoll() and strxfrm(). |
LocaleCType | 2 |
One of the locale category constants for SetLocale.
et a locale for the ctype(3) and multibyte(3) functions. This controls recognition of upper and lower case, alphabetic or non-alphabetic characters, and so on. |
LocaleMessages | 6 |
One of the locale category constants for SetLocale.
Set a locale for message catalogs, see catopen(3) function. |
LocaleMonetary | 3 |
One of the locale category constants for SetLocale.
Set a locale for formatting monetary values; this affects the localeconv() function. |
LocaleNumeric | 4 |
One of the locale category constants for SetLocale.
Set a locale for formatting numbers. This controls the formatting of decimal points in input and output of floating point numbers in functions such as printf() and scanf(), as well as values returned by localeconv(). |
LocaleTime | 5 |
One of the locale category constants for SetLocale.
Set a locale for formatting dates and times using the strftime() function. |
This class has no sub classes.
The items on this page are in the following plugins: MBS SQL Plugin.