org.seasar.extension.jdbc.dialect
クラス MaxdbDialect

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.dialect.StandardDialect
      上位を拡張 org.seasar.extension.jdbc.dialect.MaxdbDialect
すべての実装されたインタフェース:
DbmsDialect

public class MaxdbDialect
extends StandardDialect

MaxDB用の方言をあつかうクラスです。

作成者:
higa

フィールドの概要
 
クラス org.seasar.extension.jdbc.dialect.StandardDialect から継承されたフィールド
entityExistsExceptionStateCode
 
コンストラクタの概要
MaxdbDialect()
           
 
メソッドの概要
 java.lang.String getName()
          名前を返します。
 
クラス org.seasar.extension.jdbc.dialect.StandardDialect から継承されたメソッド
convertGetCountSql, convertLimitSql, convertLimitSqlByRowNumber, convertOrderBy, getCauseSQLException, getCountSqlSelectList, getDefaultBatchSize, getDefaultGenerationType, getErrorCode, getForUpdateString, getHintComment, getIdentitySelectString, getLockHintString, getRowNumberFunctionName, getSequenceNextValString, getSQLState, getValueType, getValueType, getValueTypeInternal, isInsertIdentityColumn, isUniqueConstraintViolation, needsParameterForResultSet, setupJoin, supportsBatchUpdateResults, supportsCursor, supportsForUpdate, supportsGetGeneratedKeys, supportsIdentity, supportsInnerJoinForUpdate, supportsLimit, supportsLockHint, supportsOffset, supportsOffsetWithoutLimit, supportsOuterJoinForUpdate, supportsSequence
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MaxdbDialect

public MaxdbDialect()
メソッドの詳細

getName

public java.lang.String getName()
インタフェース DbmsDialect の記述:
名前を返します。

定義:
インタフェース DbmsDialect 内の getName
オーバーライド:
クラス StandardDialect 内の getName
戻り値:
名前


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.