Tx
Represents a database transaction, providing methods to perform commit, rollback, and query execution operations within the transaction's context.
This class models the behavior of a transactional session, ensuring thread-safe execution of operations using a locking mechanism and maintaining the transaction's state.
Constructors
Functions
Link copied to clipboard
open suspend fun fetchAll(statement: <Error class: unknown class>): <Error class: unknown class><<Error class: unknown class>>