Liferay 7.0-ga1 portal-impl

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. As of 6.1.0

@Deprecated
public abstract class DBUtil
extends Object
implements com.liferay.portal.kernel.dao.db.DB


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.dao.db.DB
BARE, DEFAULT
 
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
addIndexes, buildCreateFile, buildCreateFile, buildSQL, buildSQLFile, getDBType, getIndexes, getMajorVersion, getMinorVersion, getTemplateBlob, getTemplateFalse, getTemplateTrue, getVersionString, increment, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsInlineDistinct, isSupportsQueryingAfterException, isSupportsScrollableResults, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateString, setSupportsStringCaseSensitiveQuery, updateIndexes
 

Constructor Detail

DBUtil

public DBUtil()
Deprecated. 
Method Detail

getInstance

public static com.liferay.portal.kernel.dao.db.DB getInstance()
Deprecated. 

Liferay 7.0-ga1 portal-impl