Class TableQuery
java.lang.Object
com.github.darksoulq.abyssallib.common.database.relational.AbstractTableQuery<TableQuery>
com.github.darksoulq.abyssallib.common.database.relational.h2.TableQuery
H2-specific query handler for single table operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTransitions into a batch operation.Methods inherited from class AbstractTableQuery
count, delete, execute, executeAsync, exists, first, insert, limit, offset, orderBy, replace, select, select, selectAsync, selectAsync, update, value, where
-
Constructor Details
-
TableQuery
-
-
Method Details
-
batch
Transitions into a batch operation.- Parameters:
columns- Target columns.- Returns:
- A
BatchQueryinstance.
-