Liferay 6.1.2-ce-ga3

com.liferay.portal.tools.sql
Class DBUtil

java.lang.Object
  extended by com.liferay.portal.tools.sql.DBUtil
All Implemented Interfaces:
DB

Deprecated.

public abstract class DBUtil
extends Object
implements DB


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.dao.db.DB
MINIMAL, POPULATED, SHARDED, TYPE_ALL, TYPE_DB2, TYPE_DERBY, TYPE_FIREBIRD, TYPE_HYPERSONIC, TYPE_INFORMIX, TYPE_INGRES, TYPE_INTERBASE, TYPE_JDATASTORE, TYPE_MYSQL, TYPE_ORACLE, TYPE_POSTGRESQL, TYPE_SAP, TYPE_SQLSERVER, TYPE_SYBASE
 
Constructor Summary
DBUtil()
          Deprecated.  
 
Method Summary
static DB getInstance()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.dao.db.DB
addIndexes, buildCreateFile, buildCreateFile, buildSQL, buildSQLFile, getIndexes, getTemplateFalse, getTemplateTrue, getType, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsDateMilliseconds, isSupportsInlineDistinct, isSupportsScrollableResults, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, setSupportsStringCaseSensitiveQuery, updateIndexes
 

Constructor Detail

DBUtil

public DBUtil()
Deprecated. 
Method Detail

getInstance

public static DB getInstance()
Deprecated. 

Liferay 6.1.2-ce-ga3