Class CreateTableQuery
java.lang.Object
fr.multimc.api.commons.data.sources.database.models.Query
fr.multimc.api.commons.data.sources.database.queries.CreateTableQuery
-
Constructor Summary
ConstructorsConstructorDescriptionCreateTableQuery
(@NotNull String tableName, @NotNull List<Field> fields, @Nullable List<IConstraint> constraints) -
Method Summary
Modifier and TypeMethodDescriptionExecute a querygetQuery
(@NotNull DatabaseType databaseType) Get a SQL query from an object that extends Query
-
Constructor Details
-
CreateTableQuery
public CreateTableQuery(@NotNull @NotNull String tableName, @NotNull @NotNull List<Field> fields, @Nullable @Nullable List<IConstraint> constraints)
-
-
Method Details