IDatabaseConnection¶
Examples for IDatabaseConnection class.
begin_transaction¶
connect¶
execute_sql_lines¶
next_unique_key¶
Class Examples¶
- Deleting a row from a table
- Executing multiple lines of SQL
- Inserting a row into a table
- Inserting multiple rows into a table within transaction
- Opening a connection for any registered database
- Opening a connection using a connection string
- Reading rows from a table
- Reading rows from a table using string and BLOB lengths
- Reading rows from a table with parameters
- Updating a row in a table
- Updating and reading binary data
- Updating mulitple rows in a table