Uses of Record Class
org.litebridge.db.spi.sql.BindValue
Packages that use BindValue
-
Uses of BindValue in org.litebridge.db.spi.impl.sql
Methods in org.litebridge.db.spi.impl.sql that return BindValueModifier and TypeMethodDescriptionprotected BindValueAbstractSqlGenerator.createBindValue(@Nullable Column column, @Nullable Object rawValue, ConnectionProvider connectionProvider) Creates a bind value for a column and raw value.Methods in org.litebridge.db.spi.impl.sql that return types with arguments of type BindValueModifier and TypeMethodDescriptionPreparedRow.bindValues()Returns the value of thebindValuesrecord component.Method parameters in org.litebridge.db.spi.impl.sql with type arguments of type BindValueModifier and TypeMethodDescriptionprotected voidAbstractSqlGenerator.appendConditionsAndSubgroups(StringBuilder sql, ConditionGroup conditionGroup, List<@Nullable BindValue> bindValues, Operation operation, ConnectionProvider connectionProvider) Appends conditions and subgroups to the SQL builder. -
Uses of BindValue in org.litebridge.db.spi.sql
Methods in org.litebridge.db.spi.sql that return types with arguments of type BindValueModifier and TypeMethodDescriptionPreparedSql.bindValues()Returns the value of thebindValuesrecord component.Constructor parameters in org.litebridge.db.spi.sql with type arguments of type BindValueModifierConstructorDescriptionPreparedSql(String sql, List<@Nullable BindValue> bindValues) Creates an instance of aPreparedSqlrecord class.