public class DBManagerImpl
extends Object
implements com.liferay.portal.kernel.dao.db.DBManager
| Constructor and Description |
|---|
DBManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.dao.db.DB |
getDB() |
com.liferay.portal.kernel.dao.db.DB |
getDB(com.liferay.portal.kernel.dao.db.DBType dbType,
javax.sql.DataSource dataSource) |
int |
getDBInMaxParameters() |
int |
getDBMaxParameters() |
com.liferay.portal.kernel.dao.db.DBType |
getDBType() |
com.liferay.portal.kernel.dao.db.DBType |
getDBType(javax.sql.DataSource dataSource) |
com.liferay.portal.kernel.dao.db.DBType |
getDBType(Object dialect) |
Set<com.liferay.portal.kernel.dao.db.DBType> |
getDBTypes() |
void |
setDB(com.liferay.portal.kernel.dao.db.DB db) |
public com.liferay.portal.kernel.dao.db.DB getDB()
getDB in interface com.liferay.portal.kernel.dao.db.DBManagerpublic com.liferay.portal.kernel.dao.db.DB getDB(com.liferay.portal.kernel.dao.db.DBType dbType,
javax.sql.DataSource dataSource)
getDB in interface com.liferay.portal.kernel.dao.db.DBManagerpublic int getDBInMaxParameters()
getDBInMaxParameters in interface com.liferay.portal.kernel.dao.db.DBManagerpublic int getDBMaxParameters()
getDBMaxParameters in interface com.liferay.portal.kernel.dao.db.DBManagerpublic com.liferay.portal.kernel.dao.db.DBType getDBType()
getDBType in interface com.liferay.portal.kernel.dao.db.DBManagerpublic com.liferay.portal.kernel.dao.db.DBType getDBType(javax.sql.DataSource dataSource)
getDBType in interface com.liferay.portal.kernel.dao.db.DBManagerpublic com.liferay.portal.kernel.dao.db.DBType getDBType(Object dialect)
getDBType in interface com.liferay.portal.kernel.dao.db.DBManagerpublic Set<com.liferay.portal.kernel.dao.db.DBType> getDBTypes()
getDBTypes in interface com.liferay.portal.kernel.dao.db.DBManagerpublic void setDB(com.liferay.portal.kernel.dao.db.DB db)
setDB in interface com.liferay.portal.kernel.dao.db.DBManager