Uses of Class
com.xpn.xwiki.store.DatabaseProduct

Packages that use DatabaseProduct
com.xpn.xwiki.store   
 

Uses of DatabaseProduct in com.xpn.xwiki.store
 

Fields in com.xpn.xwiki.store declared as DatabaseProduct
static DatabaseProduct DatabaseProduct.DB2
          The product name for DB2 databases.
static DatabaseProduct DatabaseProduct.DERBY
          The product name for Derby databases.
static DatabaseProduct DatabaseProduct.H2
          The product name for H2 databases.
static DatabaseProduct DatabaseProduct.HSQLDB
          The product name for HSQLDB databases.
static DatabaseProduct DatabaseProduct.MSSQL
          The product name for Microsoft SQL Server databases.
static DatabaseProduct DatabaseProduct.MYSQL
          The product name for MySQL databases.
static DatabaseProduct DatabaseProduct.ORACLE
          The product name for Oracle databases.
static DatabaseProduct DatabaseProduct.POSTGRESQL
          The product name for PostgreSQL databases.
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
 DatabaseProduct XWikiHibernateBaseStore.getDatabaseProductName()
          Retrieve the current database product name.
 DatabaseProduct XWikiHibernateBaseStore.getDatabaseProductName(XWikiContext context)
          Deprecated. since 4.0M1 use XWikiHibernateBaseStore.getDatabaseProductName()
static DatabaseProduct DatabaseProduct.toProduct(String productNameAsString)
          Transform a product name represented as a string into a DatabaseProduct object.
 

Methods in com.xpn.xwiki.store with parameters of type DatabaseProduct
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 context)
          Convert wiki name in database/schema name.
 



Copyright © 2004–2014 XWiki. All rights reserved.