Uses of Class
me.hsgamer.hscore.database.client.sql.BatchBuilder
Packages that use BatchBuilder
-
Uses of BatchBuilder in me.hsgamer.hscore.database.client.sql
Methods in me.hsgamer.hscore.database.client.sql that return BatchBuilderModifier and TypeMethodDescriptionAdd values to the batchAdd values to the batchstatic BatchBuilderBatchBuilder.create(Connection connection, String statement) Create a new builderdefault BatchBuilderSqlClient.createBatchBuilder(String statement) Create a new batch builder for this clientMethods in me.hsgamer.hscore.database.client.sql that return types with arguments of type BatchBuilderModifier and TypeMethodDescriptiondefault Optional<BatchBuilder> SqlClient.createBatchBuilderSafe(String statement) Create a new batch builder for this client but ignores exceptions