Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » dialect » [javadoc | source]
org.hibernate.dialect
public class: Oracle9Dialect [javadoc | source]
java.lang.Object
   org.hibernate.dialect.Dialect
      org.hibernate.dialect.Oracle9Dialect

Direct Known Subclasses:
    OracleDialect, DataDirectOracle9Dialect

Deprecated! Use - either Oracle9iDialect or Oracle10gDialect instead

An SQL dialect for Oracle 9 (uses ANSI-style syntax where possible).
Field Summary
 int oracletypes_cursor_value     
Fields inherited from org.hibernate.dialect.Dialect:
DEFAULT_BATCH_SIZE,  NO_BATCH,  QUOTE,  CLOSED_QUOTE
Constructor:
 public Oracle9Dialect() 
Method from org.hibernate.dialect.Oracle9Dialect Summary:
bindLimitParametersInReverseOrder,   dropConstraints,   dropTemporaryTableAfterUse,   forUpdateOfColumns,   generateTemporaryTableName,   getAddColumnString,   getCascadeConstraintsString,   getCreateSequenceString,   getCreateTemporaryTablePostfix,   getCreateTemporaryTableString,   getCurrentTimestampSelectString,   getDropSequenceString,   getForUpdateNowaitString,   getForUpdateNowaitString,   getForUpdateString,   getLimitString,   getQuerySequencesString,   getResultSet,   getSelectGUIDString,   getSelectSequenceNextValString,   getSequenceNextValString,   getViolatedConstraintNameExtracter,   isCurrentTimestampSelectStringCallable,   registerResultSetOutParameter,   supportsCommentOn,   supportsCurrentTimestampSelection,   supportsEmptyInList,   supportsExistsInSelect,   supportsLimit,   supportsPooledSequences,   supportsSequences,   supportsTemporaryTables,   supportsUnionAll,   useMaxForLimit
Methods from org.hibernate.dialect.Dialect:
appendIdentitySelectToInsert,   appendLockHint,   applyLocksToSql,   areStringComparisonsCaseInsensitive,   bindLimitParametersFirst,   bindLimitParametersInReverseOrder,   buildSQLExceptionConverter,   closeQuote,   createCaseFragment,   createOuterJoinFragment,   doesReadCommittedCauseWritersToBlockReaders,   doesRepeatableReadCauseReadersToBlockWriters,   dropConstraints,   dropTemporaryTableAfterUse,   forUpdateOfColumns,   generateTemporaryTableName,   getAddColumnString,   getAddForeignKeyConstraintString,   getAddPrimaryKeyConstraintString,   getCascadeConstraintsString,   getCastTypeName,   getColumnComment,   getCreateMultisetTableString,   getCreateSequenceString,   getCreateSequenceString,   getCreateSequenceStrings,   getCreateSequenceStrings,   getCreateTableString,   getCreateTemporaryTablePostfix,   getCreateTemporaryTableString,   getCurrentTimestampSQLFunctionName,   getCurrentTimestampSelectString,   getDefaultProperties,   getDialect,   getDialect,   getDropForeignKeyString,   getDropSequenceString,   getDropSequenceStrings,   getForUpdateNowaitString,   getForUpdateNowaitString,   getForUpdateString,   getForUpdateString,   getForUpdateString,   getFunctions,   getHibernateTypeName,   getHibernateTypeName,   getIdentityColumnString,   getIdentityColumnString,   getIdentityInsertString,   getIdentitySelectString,   getIdentitySelectString,   getKeywords,   getLimitString,   getLimitString,   getLockingStrategy,   getLowercaseFunction,   getMaxAliasLength,   getNativeIdentifierGeneratorClass,   getNoColumnsInsertString,   getNullColumnString,   getQuerySequencesString,   getResultSet,   getSelectClauseNullString,   getSelectGUIDString,   getSelectSequenceNextValString,   getSequenceNextValString,   getTableComment,   getTableTypeString,   getTypeName,   getTypeName,   getViolatedConstraintNameExtracter,   hasAlterTable,   hasDataTypeInIdentityColumn,   hasSelfReferentialForeignKeyBug,   isCurrentTimestampSelectStringCallable,   openQuote,   performTemporaryTableDDLInIsolation,   qualifyIndexName,   quote,   registerColumnType,   registerColumnType,   registerFunction,   registerHibernateType,   registerHibernateType,   registerKeyword,   registerResultSetOutParameter,   supportsBindAsCallableArgument,   supportsCascadeDelete,   supportsCircularCascadeDeleteConstraints,   supportsColumnCheck,   supportsCommentOn,   supportsCurrentTimestampSelection,   supportsEmptyInList,   supportsExistsInSelect,   supportsExpectedLobUsagePattern,   supportsIdentityColumns,   supportsIfExistsAfterTableName,   supportsIfExistsBeforeTableName,   supportsInsertSelectIdentity,   supportsLimit,   supportsLimitOffset,   supportsLobValueChangePropogation,   supportsNotNullUnique,   supportsOuterJoinForUpdate,   supportsParametersInInsertSelect,   supportsPooledSequences,   supportsResultSetPositionQueryMethodsOnForwardOnlyCursor,   supportsRowValueConstructorSyntax,   supportsRowValueConstructorSyntaxInInList,   supportsSequences,   supportsSubqueryOnMutatingTable,   supportsSubselectAsInPredicateLHS,   supportsTableCheck,   supportsTemporaryTables,   supportsUnboundedLobLocatorMaterialization,   supportsUnionAll,   supportsUnique,   supportsUniqueConstraintInCreateAlterTable,   supportsVariableLimit,   toBooleanValueString,   toString,   transformSelectString,   useInputStreamToInsertBlob,   useMaxForLimit
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.dialect.Oracle9Dialect Detail:
 public boolean bindLimitParametersInReverseOrder() 
      Deprecated!
 public boolean dropConstraints() 
      Deprecated!
 public boolean dropTemporaryTableAfterUse() 
      Deprecated!
 public boolean forUpdateOfColumns() 
      Deprecated!
 public String generateTemporaryTableName(String baseTableName) 
      Deprecated!
 public String getAddColumnString() 
      Deprecated!
 public String getCascadeConstraintsString() 
      Deprecated!
 public String getCreateSequenceString(String sequenceName) 
      Deprecated!
 public String getCreateTemporaryTablePostfix() 
      Deprecated!
 public String getCreateTemporaryTableString() 
      Deprecated!
 public String getCurrentTimestampSelectString() 
      Deprecated!
 public String getDropSequenceString(String sequenceName) 
      Deprecated!
 public String getForUpdateNowaitString() 
      Deprecated!
 public String getForUpdateNowaitString(String aliases) 
      Deprecated!
 public String getForUpdateString(String aliases) 
      Deprecated!
 public String getLimitString(String sql,
    boolean hasOffset) 
      Deprecated!
 public String getQuerySequencesString() 
      Deprecated!
 public ResultSet getResultSet(CallableStatement ps) throws SQLException 
      Deprecated!
 public String getSelectGUIDString() 
      Deprecated!
 public String getSelectSequenceNextValString(String sequenceName) 
      Deprecated!
 public String getSequenceNextValString(String sequenceName) 
      Deprecated!
 public ViolatedConstraintNameExtracter getViolatedConstraintNameExtracter() 
      Deprecated!
 public boolean isCurrentTimestampSelectStringCallable() 
      Deprecated!
 public int registerResultSetOutParameter(CallableStatement statement,
    int col) throws SQLException 
      Deprecated!
 public boolean supportsCommentOn() 
      Deprecated!
 public boolean supportsCurrentTimestampSelection() 
      Deprecated!
 public boolean supportsEmptyInList() 
      Deprecated!
 public boolean supportsExistsInSelect() 
      Deprecated!
 public boolean supportsLimit() 
      Deprecated!
 public boolean supportsPooledSequences() 
      Deprecated!
 public boolean supportsSequences() 
      Deprecated!
 public boolean supportsTemporaryTables() 
      Deprecated!
 public boolean supportsUnionAll() 
      Deprecated!
 public boolean useMaxForLimit() 
      Deprecated!