Uses of Class
com.xpn.xwiki.store.DatabaseProduct
-
Packages that use DatabaseProduct Package Description com.xpn.xwiki.store -
-
Uses of DatabaseProduct in com.xpn.xwiki.store
Fields in com.xpn.xwiki.store declared as DatabaseProduct Modifier and Type Field Description static DatabaseProduct
DatabaseProduct. DB2
The Product name and the JDBC scheme to recognize a DB2 DB.static DatabaseProduct
DatabaseProduct. DERBY
The Product name and the JDBC scheme to recognize a Derby DB.static DatabaseProduct
DatabaseProduct. H2
The Product name and the JDBC scheme to recognize a H2 DB.static DatabaseProduct
DatabaseProduct. HSQLDB
The Product name and the JDBC scheme to recognize a HSQLDB DB.static DatabaseProduct
DatabaseProduct. MSSQL
The Product name and the JDBC scheme to recognize a Microsoft SQL Server DB.static DatabaseProduct
DatabaseProduct. MYSQL
The Product name and the JDBC scheme to recognize a MySQL DB.static DatabaseProduct
DatabaseProduct. ORACLE
The Product name and the JDBC scheme to recognize an Oracle DB.static DatabaseProduct
DatabaseProduct. POSTGRESQL
The Product name and the JDBC scheme to recognize a PostgreSQL DB.static DatabaseProduct
DatabaseProduct. UNKNOWN
Represents an unknown database for which we were not able to find the product name.Methods in com.xpn.xwiki.store that return DatabaseProduct Modifier and Type Method Description DatabaseProduct
XWikiHibernateBaseStore. getDatabaseProductName()
Retrieve the current database product name.DatabaseProduct
XWikiHibernateBaseStore. getDatabaseProductName(XWikiContext context)
Deprecated.since 4.0M1 useXWikiHibernateBaseStore.getDatabaseProductName()
static DatabaseProduct
DatabaseProduct. toProduct(String productNameOrJDBCScheme)
Transform a product name represented as a string into aDatabaseProduct
object.Methods in com.xpn.xwiki.store with parameters of type DatabaseProduct Modifier and Type Method Description protected void
XWikiHibernateStore. executeDeleteWikiStatement(Statement statement, DatabaseProduct databaseProduct, String escapedSchemaName)
Execute the SQL statement on the database to remove a wiki.protected String
XWikiHibernateBaseStore. getSchemaFromWikiName(String wikiName, DatabaseProduct databaseProduct, XWikiContext inputxcontext)
Convert wiki name in database/schema name.
-