Uses of Record Class
org.litebridgedb.db.spi.impl.AbstractDatabaseProvider.BindValue
Packages that use AbstractDatabaseProvider.BindValue
Package
Description
Abstract implementation classes for the Litebridge Database SPI.
-
Uses of AbstractDatabaseProvider.BindValue in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl that return types with arguments of type AbstractDatabaseProvider.BindValueModifier and TypeMethodDescriptionAbstractDatabaseProvider.PreparedRow.bindValues()Returns the value of thebindValuesrecord component.List<@Nullable AbstractDatabaseProvider.BindValue> AbstractDatabaseProvider.PreparedSql.bindValues()Returns the value of thebindValuesrecord component.Constructor parameters in org.litebridgedb.db.spi.impl with type arguments of type AbstractDatabaseProvider.BindValueModifierConstructorDescriptionPreparedSql(String sql, List<@Nullable AbstractDatabaseProvider.BindValue> bindValues) Creates an instance of aPreparedSqlrecord class.