Uses of Class
io.github.mrtesz.teszcore.db.batch.BatchSqlStatement
Packages that use BatchSqlStatement
Package
Description
-
Uses of BatchSqlStatement in io.github.mrtesz.teszcore.api.db.manager
Method parameters in io.github.mrtesz.teszcore.api.db.manager with type arguments of type BatchSqlStatementModifier and TypeMethodDescriptiondefault CompletableFuture<int[]> AsyncDBManager.executeBatchSql(@NotNull List<BatchSqlStatement> sqlStatements, @NotNull String tableName) Deprecated.default int[]SyncDBManager.executeBatchSql(@NotNull List<BatchSqlStatement> sqlStatements, @NotNull String tableName) Deprecated. -
Uses of BatchSqlStatement in io.github.mrtesz.teszcore.db.manager.mariadb
Method parameters in io.github.mrtesz.teszcore.db.manager.mariadb with type arguments of type BatchSqlStatementModifier and TypeMethodDescriptionCompletableFuture<int[]> AsyncMariaDBManager.executeBatchSql(@NotNull List<BatchSqlStatement> sqlStatements, @NotNull String tableName) Deprecated.int[]MariaDBManager.executeBatchSql(@NotNull List<BatchSqlStatement> sqlStatements, @NotNull String tableName) Deprecated. -
Uses of BatchSqlStatement in io.github.mrtesz.teszcore.db.manager.sqlite
Method parameters in io.github.mrtesz.teszcore.db.manager.sqlite with type arguments of type BatchSqlStatementModifier and TypeMethodDescriptionCompletableFuture<int[]> AsyncSqliteManager.executeBatchSql(@NotNull List<BatchSqlStatement> sqlStatements, @NotNull String tableName) Deprecated.int[]SqliteManager.executeBatchSql(@NotNull List<BatchSqlStatement> sqlStatements, @NotNull String tableName) Deprecated.
AsyncDBManager.executeBatchSql(BatchSqlStatements, String)instead