public class SQLiteDialect
extends org.hibernate.dialect.Dialect
Modifier and Type | Field and Description |
---|---|
static org.hibernate.exception.spi.ViolatedConstraintNameExtracter |
EXTRACTER |
Constructor and Description |
---|
SQLiteDialect() |
appendIdentitySelectToInsert, appendLockHint, appendLockHint, applyLocksToSql, areStringComparisonsCaseInsensitive, bindLimitParametersFirst, bindLimitParametersInReverseOrder, buildSQLExceptionConverter, cast, cast, cast, closeQuote, contributeTypes, convertToFirstRowValue, createCaseFragment, createOuterJoinFragment, defaultScrollMode, doesReadCommittedCauseWritersToBlockReaders, doesRepeatableReadCauseReadersToBlockWriters, dropTemporaryTableAfterUse, forceLimitUsage, forceLobAsLastValue, forUpdateOfColumns, generateTemporaryTableName, getAddColumnSuffixString, getAddUniqueConstraintString, getCallableStatementSupport, getCascadeConstraintsString, getCaseInsensitiveLike, getCastTypeName, getColumnAliasExtractor, getColumnComment, getCreateMultisetTableString, getCreateSequenceString, getCreateSequenceString, getCreateSequenceStrings, getCreateSequenceStrings, getCreateSchemaCommand, getCreateTableString, getCreateTemporaryTablePostfix, getCrossJoinSeparator, getCurrentTimestampSQLFunctionName, getDefaultProperties, getDialect, getDialect, getDropSequenceString, getDropSequenceStrings, getDropSchemaCommand, getDropTableString, getDropTemporaryTableString, getForUpdateNowaitString, getForUpdateNowaitString, getForUpdateSkipLockedString, getForUpdateSkipLockedString, getForUpdateString, getForUpdateString, getForUpdateString, getForUpdateString, getFunctions, getHibernateTypeName, getHibernateTypeName, getIdentityColumnString, getIdentityInsertString, getIdentitySelectString, getKeywords, getLimitString, getLimitString, getLobMergeStrategy, getLockingStrategy, getLowercaseFunction, getMaxAliasLength, getNativeIdentifierGeneratorClass, getNoColumnsInsertString, getNotExpression, getNullColumnString, getQueryHintString, getQuerySequencesString, getReadLockString, getResultSet, getResultSet, getResultSet, getSelectClauseNullString, getSelectSequenceNextValString, getSequenceNextValString, getSqlTypeDescriptorOverride, getTableComment, getTableTypeString, getTypeName, getTypeName, getViolatedConstraintNameExtracter, getWriteLockString, hasSelfReferentialForeignKeyBug, isLockTimeoutParameterized, openQuote, qualifyIndexName, quote, registerColumnType, registerColumnType, registerFunction, registerHibernateType, registerHibernateType, registerKeyword, registerResultSetOutParameter, registerResultSetOutParameter, remapSqlTypeDescriptor, renderOrderByElement, replaceResultVariableInOrderByClauseWithPosition, requiresCastingOfParametersInSelectClause, requiresParensForTupleDistinctCounts, supportsBindAsCallableArgument, supportsCascadeDelete, supportsCaseInsensitiveLike, supportsCircularCascadeDeleteConstraints, supportsColumnCheck, supportsCommentOn, supportsEmptyInList, supportsExistsInSelect, supportsExpectedLobUsagePattern, supportsIfExistsAfterConstraintName, supportsIfExistsAfterTableName, supportsIfExistsBeforeConstraintName, supportsInsertSelectIdentity, supportsLimit, supportsLimitOffset, supportsLobValueChangePropogation, supportsLockTimeouts, supportsNotNullUnique, supportsParametersInInsertSelect, supportsPooledSequences, supportsResultSetPositionQueryMethodsOnForwardOnlyCursor, supportsRowValueConstructorSyntax, supportsRowValueConstructorSyntaxInInList, supportsSequences, supportsSubqueryOnMutatingTable, supportsSubselectAsInPredicateLHS, supportsTableCheck, supportsTupleCounts, supportsTuplesInSubqueries, supportsUnboundedLobLocatorMaterialization, supportsUnique, supportsUniqueConstraintInCreateAlterTable, supportsVariableLimit, toBooleanValueString, toString, transformSelectString, useFollowOnLocking, useInputStreamToInsertBlob, useMaxForLimit
public static final org.hibernate.exception.spi.ViolatedConstraintNameExtracter EXTRACTER
public boolean supportsIdentityColumns()
supportsIdentityColumns
in class org.hibernate.dialect.Dialect
public boolean hasDataTypeInIdentityColumn()
hasDataTypeInIdentityColumn
in class org.hibernate.dialect.Dialect
public org.hibernate.dialect.pagination.LimitHandler buildLimitHandler(String sql, org.hibernate.engine.spi.RowSelection selection)
buildLimitHandler
in class org.hibernate.dialect.Dialect
sql
- SQL query.selection
- Selection criteria. null
in case of unlimited number of rows.public String getIdentityColumnString()
getIdentityColumnString
in class org.hibernate.dialect.Dialect
public String getIdentitySelectString()
getIdentitySelectString
in class org.hibernate.dialect.Dialect
public boolean supportsTemporaryTables()
supportsTemporaryTables
in class org.hibernate.dialect.Dialect
public String getCreateTemporaryTableString()
getCreateTemporaryTableString
in class org.hibernate.dialect.Dialect
public Boolean performTemporaryTableDDLInIsolation()
performTemporaryTableDDLInIsolation
in class org.hibernate.dialect.Dialect
public boolean supportsCurrentTimestampSelection()
supportsCurrentTimestampSelection
in class org.hibernate.dialect.Dialect
public boolean isCurrentTimestampSelectStringCallable()
isCurrentTimestampSelectStringCallable
in class org.hibernate.dialect.Dialect
public String getCurrentTimestampSelectString()
getCurrentTimestampSelectString
in class org.hibernate.dialect.Dialect
public org.hibernate.exception.spi.SQLExceptionConversionDelegate buildSQLExceptionConversionDelegate()
buildSQLExceptionConversionDelegate
in class org.hibernate.dialect.Dialect
public boolean supportsUnionAll()
supportsUnionAll
in class org.hibernate.dialect.Dialect
public boolean hasAlterTable()
hasAlterTable
in class org.hibernate.dialect.Dialect
public boolean dropConstraints()
dropConstraints
in class org.hibernate.dialect.Dialect
public String getAddColumnString()
getAddColumnString
in class org.hibernate.dialect.Dialect
public String getForUpdateString()
getForUpdateString
in class org.hibernate.dialect.Dialect
public boolean supportsOuterJoinForUpdate()
supportsOuterJoinForUpdate
in class org.hibernate.dialect.Dialect
public String getDropForeignKeyString()
getDropForeignKeyString
in class org.hibernate.dialect.Dialect
public String getAddForeignKeyConstraintString(String constraintName, String[] foreignKey, String referencedTable, String[] primaryKey, boolean referencesPrimaryKey)
getAddForeignKeyConstraintString
in class org.hibernate.dialect.Dialect
public String getAddPrimaryKeyConstraintString(String constraintName)
getAddPrimaryKeyConstraintString
in class org.hibernate.dialect.Dialect
public boolean supportsIfExistsBeforeTableName()
supportsIfExistsBeforeTableName
in class org.hibernate.dialect.Dialect
public boolean supportsTupleDistinctCounts()
supportsTupleDistinctCounts
in class org.hibernate.dialect.Dialect
public int getInExpressionCountLimit()
getInExpressionCountLimit
in class org.hibernate.dialect.Dialect
public org.hibernate.dialect.unique.UniqueDelegate getUniqueDelegate()
getUniqueDelegate
in class org.hibernate.dialect.Dialect
public String getSelectGUIDString()
getSelectGUIDString
in class org.hibernate.dialect.Dialect
Copyright © 2016. All rights reserved.