Uses of Class
wbs.utils.util.database.WbsTable
Packages that use WbsTable
Package
Description
A variety of database utilities, primarily making use of SQLite, with some utils for generic games.
-
Uses of WbsTable in wbs.utils.util.database
Methods in wbs.utils.util.database that return WbsTableModifier and TypeMethodDescriptionprotected WbsTableAbstractDataManager.getDefaultTable()@Nullable WbsTableMethods in wbs.utils.util.database with parameters of type WbsTableModifier and TypeMethodDescriptionvoidbooleanInserts this record into the given table, ignoring fields not present on the table.booleanWbsRecord.insertIfNotDefault(WbsTable table) Conditionally inserts this record into the given table, ignoring fields not present on the table.booleanWbsRecord.isNonPrimaryDefault(WbsTable table) Returns true if this record is a default record for the given table, excluding the table's primary key.booleanbooleanConstructors in wbs.utils.util.database with parameters of type WbsTable