Uses of Record Class
org.litebridgedb.db.spi.impl.AbstractDatabaseProvider.PreparedRow
Packages that use AbstractDatabaseProvider.PreparedRow
Package
Description
Abstract implementation classes for the Litebridge Database SPI.
-
Uses of AbstractDatabaseProvider.PreparedRow in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl that return AbstractDatabaseProvider.PreparedRowModifier and TypeMethodDescriptionprotected AbstractDatabaseProvider.PreparedRowAbstractDatabaseProvider.prepareRow(RowValue rowValue, ConnectionProvider connectionProvider) Prepare a row for insertion based on the provided row value.