Example usage for com.liferay.portal.kernel.dao.db DBType SQLSERVER

List of usage examples for com.liferay.portal.kernel.dao.db DBType SQLSERVER

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.dao.db DBType SQLSERVER.

Prototype

DBType SQLSERVER

To view the source code for com.liferay.portal.kernel.dao.db DBType SQLSERVER.

Click Source Link

Usage

From source file:it.dontesta.labs.liferay.portal.dao.db.SQLServerDB.java

License:Open Source License

public SQLServerDB(int majorVersion, int minorVersion) {
    super(DBType.SQLSERVER, majorVersion, minorVersion);
}