Uses of Class
io.github.mrtesz.teszcore.db.batch.BatchSqlStatements
Packages that use BatchSqlStatements
Package
Description
-
Uses of BatchSqlStatements in io.github.mrtesz.teszcore.api.db.manager
Methods in io.github.mrtesz.teszcore.api.db.manager with parameters of type BatchSqlStatementsModifier and TypeMethodDescriptiondefault CompletableFuture<int[]> AsyncDBManager.executeBatchSql(@NotNull BatchSqlStatements sqlStatements, @NotNull String tableName) Executes multiple SQL statements in batch mode for better performance
e.gdefault int[]SyncDBManager.executeBatchSql(@NotNull BatchSqlStatements sqlStatements, @NotNull String tableName) Executes multiple SQL statements with the same structure in batch mode for better performance
e.g -
Uses of BatchSqlStatements in io.github.mrtesz.teszcore.db.batch
Methods in io.github.mrtesz.teszcore.db.batch that return BatchSqlStatementsModifier and TypeMethodDescription -
Uses of BatchSqlStatements in io.github.mrtesz.teszcore.db.manager.mariadb
Methods in io.github.mrtesz.teszcore.db.manager.mariadb with parameters of type BatchSqlStatementsModifier and TypeMethodDescriptionCompletableFuture<int[]> AsyncMariaDBManager.executeBatchSql(@NotNull BatchSqlStatements sqlStatements, @NotNull String tableName) int[]MariaDBManager.executeBatchSql(@NotNull BatchSqlStatements sqlStatements, @NotNull String tableName) -
Uses of BatchSqlStatements in io.github.mrtesz.teszcore.db.manager.sqlite
Methods in io.github.mrtesz.teszcore.db.manager.sqlite with parameters of type BatchSqlStatementsModifier and TypeMethodDescriptionCompletableFuture<int[]> AsyncSqliteManager.executeBatchSql(@NotNull BatchSqlStatements sqlStatements, @NotNull String tableName) int[]SqliteManager.executeBatchSql(@NotNull BatchSqlStatements sqlStatements, @NotNull String tableName)