Uses of Class
org.teamapps.universaldb.index.DatabaseIndex
| Package | Description |
|---|---|
| org.teamapps.universaldb | |
| org.teamapps.universaldb.index |
-
Uses of DatabaseIndex in org.teamapps.universaldb
Methods in org.teamapps.universaldb that return DatabaseIndex Modifier and Type Method Description DatabaseIndexUniversalDB. getDatabaseById(int mappingId) -
Uses of DatabaseIndex in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return DatabaseIndex Modifier and Type Method Description DatabaseIndexSchemaIndex. getDatabase(java.lang.String name)DatabaseIndexDataBaseMapper. getDatabaseById(int mappingId)DatabaseIndexTableIndex. getDatabaseIndex()Methods in org.teamapps.universaldb.index that return types with arguments of type DatabaseIndex Modifier and Type Method Description java.util.List<DatabaseIndex>SchemaIndex. getDatabases()Methods in org.teamapps.universaldb.index with parameters of type DatabaseIndex Modifier and Type Method Description voidSchemaIndex. addDataBase(DatabaseIndex database)Constructors in org.teamapps.universaldb.index with parameters of type DatabaseIndex Constructor Description TableIndex(DatabaseIndex databaseIndex, java.lang.String parentFQN, Table table, TableConfig tableConfig)TableIndex(DatabaseIndex database, Table table, TableConfig tableConfig)