Uses of Class
org.teamapps.universaldb.schema.TableOption
| Package | Description |
|---|---|
| org.teamapps.universaldb | |
| org.teamapps.universaldb.schema |
-
Uses of TableOption in org.teamapps.universaldb
Methods in org.teamapps.universaldb that return types with arguments of type TableOption Modifier and Type Method Description java.util.List<TableOption>TableConfig. getTableOptions()Methods in org.teamapps.universaldb with parameters of type TableOption Modifier and Type Method Description static TableConfigTableConfig. create(TableOption... options)Method parameters in org.teamapps.universaldb with type arguments of type TableOption Modifier and Type Method Description static TableConfigTableConfig. create(java.util.List<TableOption> tableOptions) -
Uses of TableOption in org.teamapps.universaldb.schema
Methods in org.teamapps.universaldb.schema that return TableOption Modifier and Type Method Description static TableOptionTableOption. getById(int id)static TableOptionTableOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TableOption[]TableOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.universaldb.schema with parameters of type TableOption Modifier and Type Method Description TableDatabase. addTable(java.lang.String name, TableOption... options)Method parameters in org.teamapps.universaldb.schema with type arguments of type TableOption Modifier and Type Method Description TableDatabase. addTable(java.lang.String name, java.util.List<TableOption> tableOptions)