Platforms to show: All Mac Windows Linux Cross-Platform
DuckDatabaseMBS.LibraryLoaded as Boolean
Function:
Whether library is loaded.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DuckDatabaseMBS.LibraryLoadError as Integer
Function:
The last error code from loading library.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DuckDatabaseMBS.LibraryLoadErrorMessage as String
Function:
The last error message from loading library.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DuckDatabaseMBS.LoadLibrary(file as folderitem) as boolean
Function:
Loads the duckdb library.
Notes:
Returns true on success or false on failure.
The LibraryLoadErrorMessage function returns error message on failure.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Returns true on success or false on failure.
The LibraryLoadErrorMessage function returns error message on failure.
See also:
DuckDatabaseMBS.LoadLibrary(path as string) as boolean
Function:
Loads the duckdb library.
Notes:
Returns true on success or false on failure.
The LibraryLoadErrorMessage function returns error message on failure.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
Returns true on success or false on failure.
The LibraryLoadErrorMessage function returns error message on failure.
See also:
The items on this page are in the following plugins: MBS DuckDB Plugin.
Feedback: Report problem or ask question.