Uses of Class
org.apache.manifoldcf.core.database.Database
-
Packages that use Database Package Description org.apache.manifoldcf.core.database -
-
Uses of Database in org.apache.manifoldcf.core.database
Subclasses of Database in org.apache.manifoldcf.core.database Modifier and Type Class Description classDBInterfaceHSQLDBThis is the HSQLDB implementation of the IDBInterface class.classDBInterfaceMariaDBclassDBInterfaceMySQLclassDBInterfacePostgreSQLFields in org.apache.manifoldcf.core.database declared as Database Modifier and Type Field Description protected DatabaseDatabase.QueryCacheExecutor. databaseConstructors in org.apache.manifoldcf.core.database with parameters of type Database Constructor Description QueryCacheExecutor(Database database, boolean needResult)
-