Class QueryExecutor
java.lang.Object
com.github.darksoulq.abyssallib.common.database.relational.postgres.QueryExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStarts a fluent table schema builder.voidexecuteRaw(String sql) Executes a raw SQL string.Starts a fluent query builder for a specific table.
-
Constructor Details
-
QueryExecutor
-
-
Method Details
-
table
Starts a fluent query builder for a specific table.- Parameters:
name- The table name.- Returns:
- A new
TableQueryinstance.
-
create
Starts a fluent table schema builder.- Parameters:
name- The name of the table to create.- Returns:
- A new
TableBuilderinstance.
-
executeRaw
-