Uses of Record Class
org.litebridgedb.db.spi.sql.BindValue
Packages that use BindValue
Package
Description
SQL support models.
-
Uses of BindValue in org.litebridgedb.db.spi.impl.sql
Methods in org.litebridgedb.db.spi.impl.sql that return BindValueModifier and TypeMethodDescriptionprotected BindValueAbstractSqlGenerator.createBindValue(@Nullable Column column, @Nullable Object rawValue, ConnectionProvider connectionProvider) Methods in org.litebridgedb.db.spi.impl.sql that return types with arguments of type BindValueModifier and TypeMethodDescriptionPreparedRow.bindValues()Returns the value of thebindValuesrecord component. -
Uses of BindValue in org.litebridgedb.db.spi.sql
Methods in org.litebridgedb.db.spi.sql that return types with arguments of type BindValueModifier and TypeMethodDescriptionPreparedSql.bindValues()Returns the value of thebindValuesrecord component.Constructor parameters in org.litebridgedb.db.spi.sql with type arguments of type BindValueModifierConstructorDescriptionPreparedSql(String sql, List<@Nullable BindValue> bindValues) Creates an instance of aPreparedSqlrecord class.