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.
-
ClassDescriptionAn abstract implementation of the
DatabaseProviderinterface that provides a framework for interacting with a database by managing SQL queries, metadata retrieval, and type conversions.A binding value and its associated SQL data type.A prepared row with associated value specifiers and bound values.A prepared SQL statement along with its associated bind values.