Uses of Class
org.tamilnadujug.SqlBuilder.PreparedSqlBuilder.PreparedBatch
Packages that use SqlBuilder.PreparedSqlBuilder.PreparedBatch
-
Uses of SqlBuilder.PreparedSqlBuilder.PreparedBatch in org.tamilnadujug
Methods in org.tamilnadujug that return SqlBuilder.PreparedSqlBuilder.PreparedBatchModifier and TypeMethodDescriptionSqlBuilder.PreparedSqlBuilder.addBatch()Builds JDBC Batch Builder.SqlBuilder.PreparedSqlBuilder.PreparedBatch.addBatch()Adds JDBC Batch Builder.SqlBuilder.PreparedSqlBuilder.PreparedBatch.param(byte[] value) Adds a byte array parameter to the SQL query.Adds a Boolean parameter to the SQL query.Adds a Double parameter to the SQL query.Adds a Float parameter to the SQL query.Adds an Integer parameter to the SQL query.Adds a Long parameter to the SQL query.Adds an Object parameter to the SQL query.Adds an Object parameter to the SQL query with targetSqlType.Adds a Short parameter to the SQL query.Adds a parameter to the SQL query.SqlBuilder.PreparedSqlBuilder.PreparedBatch.param(BigDecimal value) Adds a BigDecimal parameter to the SQL query.Adds a Date parameter to the SQL query.Adds a Time parameter to the SQL query.Adds a Timestamp parameter to the SQL query.SqlBuilder.PreparedSqlBuilder.PreparedBatch.paramNull()Adds a parameter with a null.Adds a parameter with a specific SQL type and type name as `NULL` to the SQL query.SqlBuilder.PreparedSqlBuilder.PreparedBatch.preparedParam(T value) Adds a parameter to the SQL query.