Liferay 7.0-ce-b1

com.liferay.portal.dao.db
Class SQLServerDBFactory

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

public class SQLServerDBFactory
extends Object
implements DBFactory


Constructor Summary
SQLServerDBFactory()
           
 
Method Summary
 DB create(int dbMajorVersion, int dbMinorVersion)
           
 DBType getDBType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLServerDBFactory

public SQLServerDBFactory()
Method Detail

create

public DB create(int dbMajorVersion,
                 int dbMinorVersion)
Specified by:
create in interface DBFactory

getDBType

public DBType getDBType()
Specified by:
getDBType in interface DBFactory

Liferay 7.0-ce-b1