Uses of Class
org.teamapps.universaldb.schema.Database
-
Packages that use Database Package Description org.teamapps.universaldb.index org.teamapps.universaldb.schema -
-
Uses of Database in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index with parameters of type Database Modifier and Type Method Description voidDatabaseIndex. merge(Database database) -
Uses of Database in org.teamapps.universaldb.schema
Methods in org.teamapps.universaldb.schema that return Database Modifier and Type Method Description DatabaseSchema. addDatabase(java.lang.String name)DatabaseTable. getDatabase()Methods in org.teamapps.universaldb.schema that return types with arguments of type Database Modifier and Type Method Description java.util.List<Database>Schema. getDatabases()Methods in org.teamapps.universaldb.schema with parameters of type Database Modifier and Type Method Description booleanDatabase. isCompatibleWith(Database database)voidDatabase. merge(Database database)Constructors in org.teamapps.universaldb.schema with parameters of type Database Constructor Description Table(Database database, java.lang.String name, TableConfig tableConfig)
-