|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.dialect.Dialect
org.hibernate.dialect.SQLServerDialect
org.hibernate.dialect.SQLServer2005Dialect
com.liferay.portal.dao.orm.hibernate.SQLServer2005Dialect
public class SQLServer2005Dialect
| Field Summary |
|---|
| Fields inherited from class org.hibernate.dialect.Dialect |
|---|
CLOSED_QUOTE, DEFAULT_BATCH_SIZE, NO_BATCH, QUOTE |
| Constructor Summary | |
|---|---|
SQLServer2005Dialect()
|
|
| Method Summary | |
|---|---|
String |
applyLocksToSql(String arg0,
org.hibernate.LockOptions arg1,
Map arg2)
|
boolean |
dropTemporaryTableAfterUse()
|
String |
generateTemporaryTableName(String arg0)
|
String |
getAddColumnString()
|
String |
getForUpdateString()
|
String |
getIdentityColumnString()
|
String |
getIdentitySelectString()
|
String |
getLimitString(String sql,
int offset,
int limit)
|
String |
getNullColumnString()
|
ResultSet |
getResultSet(CallableStatement arg0)
|
String |
getSelectGUIDString()
|
boolean |
isCurrentTimestampSelectStringCallable()
|
boolean |
qualifyIndexName()
|
int |
registerResultSetOutParameter(CallableStatement arg0,
int arg1)
|
boolean |
supportsCurrentTimestampSelection()
|
boolean |
supportsEmptyInList()
|
boolean |
supportsExistsInSelect()
|
boolean |
supportsIdentityColumns()
|
boolean |
supportsInsertSelectIdentity()
|
boolean |
supportsLimitOffset()
|
boolean |
supportsTemporaryTables()
|
boolean |
supportsTupleDistinctCounts()
|
boolean |
supportsUnionAll()
|
boolean |
supportsVariableLimit()
|
| Methods inherited from class org.hibernate.dialect.SQLServer2005Dialect |
|---|
bindLimitParametersFirst, convertToFirstRowValue, getLimitString, getSelectFieldsWithoutAliases, insertRowNumberFunction, replaceDistinctWithGroupBy, stripAliases |
| Methods inherited from class org.hibernate.dialect.SQLServerDialect |
|---|
appendIdentitySelectToInsert, appendLockHint, areStringComparisonsCaseInsensitive, closeQuote, doesReadCommittedCauseWritersToBlockReaders, doesRepeatableReadCauseReadersToBlockWriters, getCurrentTimestampSelectString, getNoColumnsInsertString, openQuote, supportsCircularCascadeDeleteConstraints, supportsLimit, supportsLobValueChangePropogation, supportsResultSetPositionQueryMethodsOnForwardOnlyCursor, useMaxForLimit |
| Methods inherited from class org.hibernate.dialect.Dialect |
|---|
addTypeOverride, bindLimitParametersInReverseOrder, buildSQLExceptionConverter, createCaseFragment, createOuterJoinFragment, dropConstraints, forceLimitUsage, forUpdateOfColumns, getAddForeignKeyConstraintString, getAddPrimaryKeyConstraintString, getCascadeConstraintsString, getCastTypeName, getColumnAliasExtractor, getColumnComment, getCreateMultisetTableString, getCreateSequenceString, getCreateSequenceString, getCreateSequenceStrings, getCreateSequenceStrings, getCreateTableString, getCreateTemporaryTablePostfix, getCreateTemporaryTableString, getCrossJoinSeparator, getCurrentTimestampSQLFunctionName, getDefaultProperties, getDialect, getDialect, getDropForeignKeyString, getDropSequenceString, getDropSequenceStrings, getDropTemporaryTableString, getForUpdateNowaitString, getForUpdateNowaitString, getForUpdateString, getForUpdateString, getForUpdateString, getForUpdateString, getFunctions, getHibernateTypeName, getHibernateTypeName, getIdentityColumnString, getIdentityInsertString, getIdentitySelectString, getKeywords, getLockingStrategy, getLowercaseFunction, getMaxAliasLength, getNativeIdentifierGeneratorClass, getQuerySequencesString, getReadLockString, getSelectClauseNullString, getSelectSequenceNextValString, getSequenceNextValString, getTableComment, getTableTypeString, getTypeName, getTypeName, getTypeOverrides, getViolatedConstraintNameExtracter, getWriteLockString, hasAlterTable, hasDataTypeInIdentityColumn, hasSelfReferentialForeignKeyBug, isLockTimeoutParameterized, performTemporaryTableDDLInIsolation, quote, registerColumnType, registerColumnType, registerFunction, registerHibernateType, registerHibernateType, registerKeyword, replaceResultVariableInOrderByClauseWithPosition, requiresCastingOfParametersInSelectClause, supportsBindAsCallableArgument, supportsCascadeDelete, supportsColumnCheck, supportsCommentOn, supportsExpectedLobUsagePattern, supportsIfExistsAfterTableName, supportsIfExistsBeforeTableName, supportsLockTimeouts, supportsNotNullUnique, supportsOuterJoinForUpdate, supportsParametersInInsertSelect, supportsPooledSequences, supportsRowValueConstructorSyntax, supportsRowValueConstructorSyntaxInInList, supportsSequences, supportsSubqueryOnMutatingTable, supportsSubselectAsInPredicateLHS, supportsTableCheck, supportsTupleCounts, supportsUnboundedLobLocatorMaterialization, supportsUnique, supportsUniqueConstraintInCreateAlterTable, toBooleanValueString, toString, transformSelectString, useInputStreamToInsertBlob |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SQLServer2005Dialect()
| Method Detail |
|---|
public String getLimitString(String sql,
int offset,
int limit)
getLimitString in class org.hibernate.dialect.SQLServer2005Dialectpublic boolean supportsLimitOffset()
supportsLimitOffset in class org.hibernate.dialect.SQLServer2005Dialectpublic boolean supportsVariableLimit()
supportsVariableLimit in class org.hibernate.dialect.SQLServer2005Dialectpublic String getAddColumnString()
getAddColumnString in class org.hibernate.dialect.Dialectpublic String getNullColumnString()
getNullColumnString in class org.hibernate.dialect.Dialectpublic boolean qualifyIndexName()
qualifyIndexName in class org.hibernate.dialect.Dialectpublic String getForUpdateString()
getForUpdateString in class org.hibernate.dialect.Dialectpublic boolean supportsIdentityColumns()
supportsIdentityColumns in class org.hibernate.dialect.Dialectpublic String getIdentitySelectString()
getIdentitySelectString in class org.hibernate.dialect.Dialectpublic String getIdentityColumnString()
getIdentityColumnString in class org.hibernate.dialect.Dialectpublic boolean supportsInsertSelectIdentity()
supportsInsertSelectIdentity in class org.hibernate.dialect.Dialect
public String applyLocksToSql(String arg0,
org.hibernate.LockOptions arg1,
Map arg2)
applyLocksToSql in class org.hibernate.dialect.Dialect
public int registerResultSetOutParameter(CallableStatement arg0,
int arg1)
throws SQLException
registerResultSetOutParameter in class org.hibernate.dialect.DialectSQLException
public ResultSet getResultSet(CallableStatement arg0)
throws SQLException
getResultSet in class org.hibernate.dialect.DialectSQLExceptionpublic boolean supportsCurrentTimestampSelection()
supportsCurrentTimestampSelection in class org.hibernate.dialect.Dialectpublic boolean isCurrentTimestampSelectStringCallable()
isCurrentTimestampSelectStringCallable in class org.hibernate.dialect.Dialectpublic boolean supportsTemporaryTables()
supportsTemporaryTables in class org.hibernate.dialect.Dialectpublic String generateTemporaryTableName(String arg0)
generateTemporaryTableName in class org.hibernate.dialect.Dialectpublic boolean dropTemporaryTableAfterUse()
dropTemporaryTableAfterUse in class org.hibernate.dialect.Dialectpublic String getSelectGUIDString()
getSelectGUIDString in class org.hibernate.dialect.Dialectpublic boolean supportsEmptyInList()
supportsEmptyInList in class org.hibernate.dialect.Dialectpublic boolean supportsUnionAll()
supportsUnionAll in class org.hibernate.dialect.Dialectpublic boolean supportsExistsInSelect()
supportsExistsInSelect in class org.hibernate.dialect.Dialectpublic boolean supportsTupleDistinctCounts()
supportsTupleDistinctCounts in class org.hibernate.dialect.Dialect
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||