Platforms to show: All Mac Windows Linux Cross-Platform

Back to SQLPreparedStatementMBS class.

SQLPreparedStatementMBS.BoundTypes as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SQL MBS SQL Plugin 19.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The binded types to inspect in debugger.

When queried, the plugin creates a copy of the dictionary for you to inspect in debugger.
Changes to the dictionary do not bind types.

Renamed to BoundTypes in version 19.4. Was BindedTypes, but that was not proper english.
(Read only property)

SQLPreparedStatementMBS.BoundValues as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SQL MBS SQL Plugin 19.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The binded values to inspect in debugger.

When queried, the plugin creates a copy of the dictionary for you to inspect in debugger.
Changes to the dictionary do not bind values.

Renamed to BoundValues in version 19.4. Was BindedValues, but that was not proper english.
(Read only property)

Some examples using this property:

SQLPreparedStatementMBS.Scrollable as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SQL MBS SQL Plugin 14.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether the plugin will ask for a scrollable recordset when doing SQLSelect.

Since plugin version 15.0, Scrollable is false by default.
(Read and Write property)

SQLPreparedStatementMBS.SQL as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SQL MBS SQL Plugin 12.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The SQL command for this prepared statement.

(Read and Write property)

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


The biggest plugin in space...