Class Table
java.lang.Object
fr.multimc.api.commons.data.sources.database.models.Table
- Direct Known Subclasses:
CustomTableSample
,PlayersTable
,TeamsTable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Table
public Table(@NotNull @NotNull Database database, @NotNull @NotNull String name, @NotNull @NotNull List<Field> fields, @Nullable @Nullable List<IConstraint> constraints, boolean autoId) Constructor for SQL table- Parameters:
database
- Database objectname
- Table namefields
- Field objects that represent SQL columnsconstraints
- Constraint objects that represent SQL constraintsautoId
- If true, add an auto-incremented primary key named "id"
-
-
Method Details
-
getDatabase
-
getName
-
getFields
-
getConstraints
-