Structs§
- Deallocate
- Deallocate a prepared statement.
- Execute
- Execute a prepared statement.
- Prepare
- Prepare a statement but do not execute it. Prepare statements can have 0 or more
Expr::Placeholderexpressions that are filled in during execution - SetVariable
- Set a Variable’s value – value in
ConfigOptions - Transaction
End - Indicator that any current transaction should be terminated
- Transaction
Start - Indicator that the following statements should be committed or rolled back atomically
Enums§
- Statement
- Various types of Statements.
- Transaction
Access Mode - Indicates if this transaction is allowed to write
- Transaction
Conclusion - Indicates if a transaction was committed or aborted
- Transaction
Isolation Level - Indicates ANSI transaction isolation level