Liferay 6.2.0

com.liferay.portal.kernel.dao.db
Interface DBFactory

All Known Implementing Classes:
DBFactoryImpl

public interface DBFactory


Method Summary
abstract  DB getDB()
           
abstract  DB getDB(Object dialect)
           
abstract  DB getDB(String type)
           
abstract  void setDB(Object dialect)
           
abstract  void setDB(String type)
           
 

Method Detail

getDB

DB getDB()

getDB

DB getDB(Object dialect)

getDB

DB getDB(String type)

setDB

void setDB(Object dialect)

setDB

void setDB(String type)

Liferay 6.2.0