DatabaseManager

A manager for a database, abstracting common database-wide operations.

Parameters

DatabaseT

Type of database object managed by this class.

Properties

Link copied to clipboard

The maximum length of varying character supported by the database.

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
abstract fun connect(): DatabaseT

Connects to the database.

Link copied to clipboard

Connects to the database, returning null if any error has occurred during the connection process.