Platforms to show: All Mac Windows Linux Cross-Platform
SQLNumericMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | SQL | MBS SQL Plugin | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
see also
https://www.sqlapi.com/ApiDoc/class_s_a_numeric.html
- 8 properties
- property CurrencyValue as Currency
- property DoubleValue as Double
- property Int64Value as Int64
- property precision as Integer
- property scale as Integer
- property sign as Integer
- property StringValue as string
- property UInt64Value as UInt64
- 3 methods
- method Constructor
- method Constructor(value as Double)
- method Constructor(value as string)
- 5 shared methods
- shared method NumericWithCurrency(value as Currency) as SQLNumericMBS
- shared method NumericWithDouble(value as Double) as SQLNumericMBS
- shared method NumericWithInt64(value as Int64) as SQLNumericMBS
- shared method NumericWithString(value as string) as SQLNumericMBS
- shared method NumericWithUInt64(value as UInt64) as SQLNumericMBS
This class has no sub classes.
Some methods using this class:
- SQLValueMBS.setAsNumeric(value as SQLNumericMBS)
- SQLValueReadMBS.asNumeric as SQLNumericMBS
Blog Entries
- MBS Xojo Plugins, version 23.4pr6
- MBS Xojo Plugins, version 23.3pr7
- MBS Xojo Plugins, version 17.2pr4
- MBS Xojo / Real Studio Plugins, version 16.5pr9
- MBS Xojo / Real Studio plug-ins in version 14.2
- MBS Xojo / Real Studio Plugins, version 14.2pr1
Xojo Developer Magazine
Release notes
- Version 23.4
- Fixed a bug in setting SQLNumericMBS values with floating numbers, caused by a bug fix in version 23.3. Values showed up as zero incorrectly.
- Version 23.3
- Fixed a crash with SQLNumericMBS when parsing a string.
- Version 17.2
- Fixed bug in SQLNumericMBS.NumericWithCurrency when using small negative numbers.
The items on this page are in the following plugins: MBS SQL Plugin.