Platforms to show: All Mac Windows Linux Cross-Platform
SQLConnectionMBS.ConnectionCount as Integer
Function:
Queries number of current connection objects.
Notes:
This method should help you find leaked objects by keeping track of current count from the plugin perspective.
This includes SQLConnectionMBS and SQLDatabaseMBS objects.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
shared property | SQL | MBS SQL Plugin | 14.0 | Yes | Yes | Yes | Yes | No |
Notes:
This method should help you find leaked objects by keeping track of current count from the plugin perspective.
This includes SQLConnectionMBS and SQLDatabaseMBS objects.
(Read only property)
SQLConnectionMBS.VariantsKeepSQLObjects as Boolean
Function:
Whether variants should use SQL types.
Notes:
If set to true, we return datetime and numeric as SQLDateTimeMBS and SQLNumericMBS objects.
If false, we return them as date and double.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
shared property | SQL | MBS SQL Plugin | 16.5 | Yes | Yes | Yes | Yes | No |
Notes:
If set to true, we return datetime and numeric as SQLDateTimeMBS and SQLNumericMBS objects.
If false, we return them as date and double.
(Read and Write property)
The items on this page are in the following plugins: MBS SQL Plugin.
Links
MBS Xojo Chart Plugins