Platforms to show: All Mac Windows Linux Cross-Platform

SQLGlobalsMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class SQL MBS SQL Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for the global methods of the SQL plugin.

Constants

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.

Some methods using this class:

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS SQL Plugin.


SQLFieldMBS   -   SQLIntervalMBS


The biggest plugin in space...