Uses of Class
tigase.db.DataRepository.dbTypes
-
Packages that use DataRepository.dbTypes Package Description tigase.db tigase.db.jdbc -
-
Uses of DataRepository.dbTypes in tigase.db
Methods in tigase.db that return DataRepository.dbTypes Modifier and Type Method Description DataRepository.dbTypes
DataRepository. getDatabaseType()
Returns type of DataRepository databaseDataRepository.dbTypes
DataRepositoryPool. getDatabaseType()
static DataRepository.dbTypes
DataRepository.dbTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataRepository.dbTypes[]
DataRepository.dbTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataRepository.dbTypes in tigase.db.jdbc
Methods in tigase.db.jdbc that return DataRepository.dbTypes Modifier and Type Method Description DataRepository.dbTypes
DataRepositoryImpl. getDatabaseType()
static DataRepository.dbTypes
DataRepositoryImpl. parseDatabaseType(java.lang.String resource_uri)
-