Class TableQuery
java.lang.Object
com.github.darksoulq.abyssallib.common.database.relational.AbstractTableQuery<TableQuery>
com.github.darksoulq.abyssallib.common.database.relational.mysql.TableQuery
A MySQL-specific implementation of
AbstractTableQuery.
Provides MySQL verbs and easy access to batch query operations.-
Constructor Summary
ConstructorsConstructorDescriptionTableQuery(Database database, String table) Constructs a new TableQuery for MySQL. -
Method Summary
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
Creates aBatchQueryfor the current table.- Parameters:
columns- The columns to include in the batch.- Returns:
- A new batch query instance.
-