Uses of Interface
io.github.mrtesz.teszcore.api.db.table.DBTable
Packages that use DBTable
Package
Description
-
Uses of DBTable in io.github.mrtesz.teszcore.api.db.manager
Methods in io.github.mrtesz.teszcore.api.db.manager with parameters of type DBTableModifier and TypeMethodDescriptionAsyncDBManager.createOrAlter(@NotNull DBTable dbTable) Create a database table using aDBTableobject, suitable for the DBManager (AsyncMariaDBManager:MariaDBTableAsyncSqliteManager:SqliteTable)voidSyncDBManager.createOrAlter(@NotNull DBTable dbTable) Create a database table using aDBTableobject, suitable for the DBManager (MariaDBManager:MariaDBTableSqliteManager:SqliteTable) -
Uses of DBTable in io.github.mrtesz.teszcore.api.db.table
Methods in io.github.mrtesz.teszcore.api.db.table that return DBTableModifier and TypeMethodDescriptionAdd a column to the tableAdd an indexAdd a unique key constellationDBTable.setPrimaryKeys(String... keys) Set the Primary Keys of the Table -
Uses of DBTable in io.github.mrtesz.teszcore.db.manager.mariadb
Methods in io.github.mrtesz.teszcore.db.manager.mariadb with parameters of type DBTableModifier and TypeMethodDescriptionAsyncMariaDBManager.createOrAlter(@NotNull DBTable dbTable) voidMariaDBManager.createOrAlter(@NotNull DBTable dbTable) -
Uses of DBTable in io.github.mrtesz.teszcore.db.manager.sqlite
Methods in io.github.mrtesz.teszcore.db.manager.sqlite with parameters of type DBTableModifier and TypeMethodDescriptionAsyncSqliteManager.createOrAlter(@NotNull DBTable dbTable) voidSqliteManager.createOrAlter(@NotNull DBTable dbTable) -
Uses of DBTable in io.github.mrtesz.teszcore.db.table.mariadb
Classes in io.github.mrtesz.teszcore.db.table.mariadb that implement DBTable -
Uses of DBTable in io.github.mrtesz.teszcore.db.table.sqlite
Classes in io.github.mrtesz.teszcore.db.table.sqlite that implement DBTable