Platforms to show: All Mac Windows Linux Cross-Platform

Back to SQLGlobalsMBS class.

SQLGlobalsMBS.LocaleAll=0

Type Topic Plugin Version
const SQL MBS SQL Plugin 9.3
One of the locale category constants for SetLocale.

Set the entire locale generically.

SQLGlobalsMBS.LocaleCollate=1

Type Topic Plugin Version
const SQL MBS SQL Plugin 9.3
One of the locale category constants for SetLocale.

Set a locale for string collation routines. This controls alphabetic ordering in strcoll() and strxfrm().

SQLGlobalsMBS.LocaleCType=2

Type Topic Plugin Version
const SQL MBS SQL Plugin 9.3
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.

SQLGlobalsMBS.LocaleMessages=6

Type Topic Plugin Version
const SQL MBS SQL Plugin 9.3
One of the locale category constants for SetLocale.

Set a locale for message catalogs, see catopen(3) function.

SQLGlobalsMBS.LocaleMonetary=3

Type Topic Plugin Version
const SQL MBS SQL Plugin 9.3
One of the locale category constants for SetLocale.

Set a locale for formatting monetary values; this affects the localeconv() function.

SQLGlobalsMBS.LocaleNumeric=4

Type Topic Plugin Version
const SQL MBS SQL Plugin 9.3
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().

SQLGlobalsMBS.LocaleTime=5

Type Topic Plugin Version
const SQL MBS SQL Plugin 9.3
One of the locale category constants for SetLocale.

Set a locale for formatting dates and times using the strftime() function.

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


💬 Ask a question or report a problem
The biggest plugin in space...