DbConnectionImpl

DbConnection class represents a connection to the database.

DbConnection class represents a connection to the database.

Constructors

Link copied to clipboard
actual constructor()
expect constructor()
actual constructor()

Properties

Link copied to clipboard
actual open override var driver: SqlDriver?
expect open override var driver: SqlDriver?
actual open override var driver: SqlDriver?

Functions

Link copied to clipboard
actual open suspend override fun connectDb(context: Any?): SqlDriver
expect open suspend override fun connectDb(context: Any?): SqlDriver

Establishes a connection to the database.

actual open suspend override fun connectDb(context: Any?): SqlDriver