Module litebridge.db.spi.impl
Package org.litebridgedb.db.spi.impl
package org.litebridgedb.db.spi.impl
Abstract implementation classes for the Litebridge Database SPI.
This package contains base implementation classes for the Litebridge Database SPI, simplifying the creation of new database providers.
-
ClassesClassDescriptionAn abstract implementation of the
DatabaseProviderinterface that provides a framework for interacting with a database by managing SQL queries, metadata retrieval, and type conversions.The ColumnIdentifierGenerator class provides utilities for generating SQL column identifiers with optional table qualifiers, handling reserved keywords, and creating aliases for columns.A concrete implementation ofSequenceColumnValueGeneratorthat provides a standardized SQL fragment for fetching the next value from a database sequence.