Package-level declarations
Types
Link copied to clipboard
Represents a block of code block that should be executed during a migration after the migration has finished migrating to afterVersion.
Link copied to clipboard
A type that can be closed.
A type that can be closed.
A type that can be closed.
Link copied to clipboard
Link copied to clipboard
The returned value is the result of a database query or other database operation.
Link copied to clipboard
interface SqlPreparedStatement
Represents a SQL statement that has been prepared by a driver to be executed.
Link copied to clipboard
API for creating and migrating a SQL database. The implementation of this interface is generated by SQLDelight.
Functions
Link copied to clipboard
Run body on the receiver and call Closeable.close before returning or throwing.
Run body on the receiver and call Closeable.close before returning or throwing.