com.liferay.portal.tools.sql
Class DBUtil

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

Deprecated.

public abstract class DBUtil
extends java.lang.Object
implements com.liferay.portal.kernel.dao.db.DB

View Source

Author:
Alexander Chow, Ganesh Ram

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 com.liferay.portal.kernel.dao.db.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
buildCreateFile, buildCreateFile, buildSQL, buildSQLFile, getIndexes, getTemplateFalse, getTemplateTrue, getType, 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 com.liferay.portal.kernel.dao.db.DB getInstance()
Deprecated.