Liferay 7.0-ce-b6

com.liferay.portal.dao.db
Class PostgreSQLDBFactory

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.BaseDBFactory
      extended by com.liferay.portal.dao.db.PostgreSQLDBFactory
All Implemented Interfaces:
DBFactory

public class PostgreSQLDBFactory
extends BaseDBFactory


Constructor Summary
PostgreSQLDBFactory()
           
 
Method Summary
 DB doCreate(int dbMajorVersion, int dbMinorVersion)
           
 DBType getDBType()
           
 
Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBFactory
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgreSQLDBFactory

public PostgreSQLDBFactory()
Method Detail

doCreate

public DB doCreate(int dbMajorVersion,
                   int dbMinorVersion)
Specified by:
doCreate in class BaseDBFactory

getDBType

public DBType getDBType()

Liferay 7.0-ce-b6