Platforms to show: All Mac Windows Linux Cross-Platform
DuckDatabaseMBS.Connect as DuckConnectionMBS
Function:
Creates a connection to the specified database.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
DuckDatabaseMBS.Constructor(file as FolderItem)
Function:
The constructor passing a file.
Notes: If file is nil, an in-memory database is created.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: If file is nil, an in-memory database is created.
See also:
DuckDatabaseMBS.Constructor(path as String = "")
Function:
The constructor passing a file path.
Example:
Notes:
If path is empty, an in-memory database is created.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
// no path, so in memory
Dim db As New DuckDatabaseMBS
See also:
DuckDatabaseMBS.Destructor
Function:
The destructor.
Notes: Closes database connection.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: Closes database connection.
The items on this page are in the following plugins: MBS DuckDB Plugin.
Feedback: Report problem or ask question.