Uses of Class
tigase.db.DataRepository.dbTypes
-
Packages that use DataRepository.dbTypes Package Description tigase.db tigase.db.converter 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.converter
Methods in tigase.db.converter that return DataRepository.dbTypes Modifier and Type Method Description DataRepository.dbTypes
Converter.ConverterProperties. getDatabaseType()
DataRepository.dbTypes
DataRepoPool. getDatabaseType()
-
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)
-