com.liferay.portal.dao.db
Class SQLServerDB
java.lang.Object
com.liferay.portal.dao.db.BaseDB
com.liferay.portal.dao.db.SQLServerDB
- All Implemented Interfaces:
- DB
public class SQLServerDB
- extends BaseDB
|
Constructor Summary |
SQLServerDB(int majorVersion,
int minorVersion)
|
| Methods inherited from class com.liferay.portal.dao.db.BaseDB |
addIndexes, applyMaxStringIndexLengthLimitation, buildColumnNameTokens, buildColumnTypeTokens, buildCreateFile, buildCreateFile, buildSQLFile, buildTableNameTokens, buildTemplate, convertTimestamp, dropIndexes, evaluateVM, getCreateTablesContent, getMajorVersion, getMinorVersion, getSuffix, getTemplateFalse, getTemplateTrue, getType, getVersionString, handleSQLException, increment, increment, isSupportsAlterColumnName, isSupportsInlineDistinct, isSupportsQueryingAfterException, isSupportsScrollableResults, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, readFile, readSQL, removeBooleanIndexes, removeInserts, removeLongInserts, removeNull, replaceTemplate, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateString, setSupportsStringCaseSensitiveQuery, updateIndexes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLServerDB
public SQLServerDB(int majorVersion,
int minorVersion)
buildSQL
public String buildSQL(String template)
throws IOException
- Specified by:
buildSQL in interface DB- Specified by:
buildSQL in class BaseDB
- Throws:
IOException
getIndexes
public List<Index> getIndexes(Connection con)
throws SQLException
- Specified by:
getIndexes in interface DB- Overrides:
getIndexes in class BaseDB
- Throws:
SQLException
isSupportsAlterColumnType
public boolean isSupportsAlterColumnType()
- Specified by:
isSupportsAlterColumnType in interface DB- Overrides:
isSupportsAlterColumnType in class BaseDB
buildCreateFileContent
protected String buildCreateFileContent(String sqlDir,
String databaseName,
int population)
throws IOException
- Specified by:
buildCreateFileContent in class BaseDB
- Throws:
IOException
getServerName
protected String getServerName()
- Specified by:
getServerName in class BaseDB
getTemplate
protected String[] getTemplate()
- Specified by:
getTemplate in class BaseDB
reword
protected String reword(String data)
throws IOException
- Specified by:
reword in class BaseDB
- Throws:
IOException