Uses of Package
org.litebridgedb.db.spi.impl
Packages that use org.litebridgedb.db.spi.impl
Package
Description
H2 Database Provider
Oracle Database Provider
Abstract implementation classes for the Litebridge Database SPI.
-
Classes in org.litebridgedb.db.spi.impl used by org.litebridgedb.db.h2ClassDescriptionAn abstract implementation of the
DatabaseProviderinterface that provides a framework for interacting with a database by managing SQL queries, metadata retrieval, and type conversions.A prepared SQL statement along with its associated bind values. -
Classes in org.litebridgedb.db.spi.impl used by org.litebridgedb.db.oracleClassDescriptionAn abstract implementation of the
DatabaseProviderinterface that provides a framework for interacting with a database by managing SQL queries, metadata retrieval, and type conversions. -
Classes in org.litebridgedb.db.spi.impl used by org.litebridgedb.db.spi.implClassDescriptionA 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.