public class FROracle10gDialect extends FROracle9iDialect
| 构造器和说明 |
|---|
FROracle10gDialect() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.fr.third.org.hibernate.sql.JoinFragment |
createOuterJoinFragment() |
java.lang.String |
getCrossJoinSeparator() |
java.lang.String |
getForUpdateSkipLockedString() |
java.lang.String |
getForUpdateSkipLockedString(java.lang.String aliases) |
java.sql.ResultSet |
getResultSet(java.sql.CallableStatement statement,
int position) |
java.sql.ResultSet |
getResultSet(java.sql.CallableStatement statement,
java.lang.String name) |
java.lang.String |
getWriteLockString(int timeout) |
int |
registerResultSetOutParameter(java.sql.CallableStatement statement,
java.lang.String name) |
createCaseFragment, getCurrentTimestampSelectString, getCurrentTimestampSQLFunctionName, getForUpdateString, getLimitHandler, getLimitString, getReadLockString, getSelectClauseNullString, registerCharacterTypeMappings, registerDateTimeTypeMappings, supportsRowValueConstructorSyntaxInInList, supportsTupleDistinctCountsregisterLargeObjectTypeMappingsbindLimitParametersInReverseOrder, buildSQLExceptionConversionDelegate, canCreateSchema, dropConstraints, forceLobAsLastValue, forUpdateOfColumns, getAddColumnString, getBasicSelectClauseNullString, getCallableStatementSupport, getCascadeConstraintsString, getCreateSequenceString, getDefaultMultiTableBulkIdStrategy, getDropSequenceString, getForUpdateNowaitString, getForUpdateNowaitString, getForUpdateString, getInExpressionCountLimit, getMaxAliasLength, getNotExpression, getQueryHintString, getQuerySequencesString, getResultSet, getSelectGUIDString, getSelectSequenceNextValString, getSequenceNextValString, getSqlTypeDescriptorOverride, getViolatedConstraintNameExtracter, isCurrentTimestampSelectStringCallable, registerDefaultProperties, registerFunctions, registerNumericTypeMappings, registerResultSetOutParameter, registerReverseHibernateTypeMappings, supportsCommentOn, supportsCurrentTimestampSelection, supportsEmptyInList, supportsExistsInSelect, supportsLimit, supportsPooledSequences, supportsSequences, supportsUnionAll, useFollowOnLocking, useMaxForLimitappendLockHint, appendLockHint, applyLocksToSql, areStringComparisonsCaseInsensitive, bindLimitParametersFirst, buildIdentifierHelper, buildSQLExceptionConverter, canCreateCatalog, cast, cast, cast, closeQuote, contributeTypes, convertToFirstRowValue, defaultScrollMode, doesReadCommittedCauseWritersToBlockReaders, doesRepeatableReadCauseReadersToBlockWriters, forceLimitUsage, getAddColumnSuffixString, getAddForeignKeyConstraintString, getAddForeignKeyConstraintString, getAddPrimaryKeyConstraintString, getAddUniqueConstraintString, getAuxiliaryDatabaseObjectExporter, getCaseInsensitiveLike, getCastTypeName, getColumnAliasExtractor, getColumnComment, getCreateCatalogCommand, getCreateMultisetTableString, getCreateSchemaCommand, getCreateSequenceString, getCreateSequenceStrings, getCreateSequenceStrings, getCreateTableString, getCurrentSchemaCommand, getDefaultBatchLoadSizingStrategy, getDefaultProperties, getDialect, getDialect, getDropCatalogCommand, getDropForeignKeyString, getDropSchemaCommand, getDropSequenceStrings, getDropTableString, getForeignKeyExporter, getForUpdateString, getForUpdateString, getForUpdateString, getFunctions, getHibernateTypeName, getHibernateTypeName, getIdentityColumnSupport, getIndexExporter, getKeywords, getLimitString, getLobMergeStrategy, getLockingStrategy, getLowercaseFunction, getNameQualifierSupport, getNativeIdentifierGeneratorClass, getNativeIdentifierGeneratorStrategy, getNoColumnsInsertString, getNullColumnString, getSchemaNameResolver, getSequenceExporter, getSequenceInformationExtractor, getTableComment, getTableExporter, getTableTypeString, getTypeName, getTypeName, getUniqueDelegate, getUniqueKeyExporter, hasAlterTable, hasSelfReferentialForeignKeyBug, isJdbcLogWarningsEnabledByDefault, isLockTimeoutParameterized, openQuote, qualifyIndexName, quote, registerColumnType, registerColumnType, registerFunction, registerHibernateType, registerHibernateType, registerKeyword, remapSqlTypeDescriptor, renderOrderByElement, replaceResultVariableInOrderByClauseWithPosition, requiresCastingOfParametersInSelectClause, requiresParensForTupleDistinctCounts, supportsBindAsCallableArgument, supportsCascadeDelete, supportsCaseInsensitiveLike, supportsCircularCascadeDeleteConstraints, supportsColumnCheck, supportsExpectedLobUsagePattern, supportsIfExistsAfterConstraintName, supportsIfExistsAfterTableName, supportsIfExistsBeforeConstraintName, supportsIfExistsBeforeTableName, supportsLimitOffset, supportsLobValueChangePropogation, supportsLockTimeouts, supportsNamedParameters, supportsNationalizedTypes, supportsNotNullUnique, supportsOuterJoinForUpdate, supportsParametersInInsertSelect, supportsResultSetPositionQueryMethodsOnForwardOnlyCursor, supportsRowValueConstructorSyntax, supportsSubqueryOnMutatingTable, supportsSubselectAsInPredicateLHS, supportsTableCheck, supportsTupleCounts, supportsTuplesInSubqueries, supportsUnboundedLobLocatorMaterialization, supportsUnique, supportsUniqueConstraintInCreateAlterTable, supportsVariableLimit, toBooleanValueString, toString, transformSelectString, useInputStreamToInsertBlobpublic com.fr.third.org.hibernate.sql.JoinFragment createOuterJoinFragment()
createOuterJoinFragment 在类中 com.fr.third.org.hibernate.dialect.Oracle8iDialectpublic java.lang.String getCrossJoinSeparator()
getCrossJoinSeparator 在类中 com.fr.third.org.hibernate.dialect.Oracle8iDialectpublic java.lang.String getWriteLockString(int timeout)
getWriteLockString 在类中 FROracle9iDialectpublic java.lang.String getForUpdateSkipLockedString()
getForUpdateSkipLockedString 在类中 com.fr.third.org.hibernate.dialect.Dialectpublic java.lang.String getForUpdateSkipLockedString(java.lang.String aliases)
getForUpdateSkipLockedString 在类中 com.fr.third.org.hibernate.dialect.Dialectpublic java.sql.ResultSet getResultSet(java.sql.CallableStatement statement,
int position)
throws java.sql.SQLException
getResultSet 在类中 com.fr.third.org.hibernate.dialect.Dialectjava.sql.SQLExceptionpublic int registerResultSetOutParameter(java.sql.CallableStatement statement,
java.lang.String name)
throws java.sql.SQLException
registerResultSetOutParameter 在类中 com.fr.third.org.hibernate.dialect.Dialectjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(java.sql.CallableStatement statement,
java.lang.String name)
throws java.sql.SQLException
getResultSet 在类中 com.fr.third.org.hibernate.dialect.Dialectjava.sql.SQLException