onOpen

protected open fun onOpen(connection: SQLiteConnection)

Called when the database has been opened.

This method is called after the database connection has been established and after the database schema has been created, upgraded or downgraded as necessary.

Author

MOHAMMAD AZIM ANSARI

Parameters

connection

Current active SQLiteConnection

See also