org.seasar.doma.jdbc.dialect
クラス Db2Dialect

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

public class Db2Dialect
extends StandardDialect

DB2用の方言です。

作成者:
taedium

入れ子のクラスの概要
static class Db2Dialect.Db2ExpressionFunctions
          DB2用の ExpressionFunctions です。
static class Db2Dialect.Db2JdbcMappingVisitor
          DB2用の JdbcMappingVisitor の実装です。
static class Db2Dialect.Db2ScriptBlockContext
          DB2用の ScriptBlockContext です。
static class Db2Dialect.Db2SqlLogFormattingVisitor
          DB2用の SqlLogFormattingVisitor の実装です。
 
クラス org.seasar.doma.jdbc.dialect.StandardDialect から継承された入れ子のクラス/インタフェース
StandardDialect.StandardExpressionFunctions, StandardDialect.StandardJdbcMappingVisitor, StandardDialect.StandardScriptBlockContext, StandardDialect.StandardSqlLogFormattingVisitor
 
フィールドの概要
protected static String UNIQUE_CONSTRAINT_VIOLATION_STATE_CODE
          一意制約違反を表す SQLState
 
クラス org.seasar.doma.jdbc.dialect.StandardDialect から継承されたフィールド
CLOSE_QUOTE, expressionFunctions, jdbcMappingVisitor, OPEN_QUOTE, sqlLogFormattingVisitor, UNIQUE_CONSTRAINT_VIOLATION_STATE_CODES
 
コンストラクタの概要
Db2Dialect()
          インスタンスを構築します。
Db2Dialect(ExpressionFunctions expressionFunctions)
          ExpressionFunctions を指定してインスタンスを構築します。
Db2Dialect(JdbcMappingVisitor jdbcMappingVisitor)
          Db2Dialect.Db2JdbcMappingVisitor を指定してインスタンスを構築します。
Db2Dialect(JdbcMappingVisitor jdbcMappingVisitor, SqlLogFormattingVisitor sqlLogFormattingVisitor)
          Db2Dialect.Db2JdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
Db2Dialect(JdbcMappingVisitor jdbcMappingVisitor, SqlLogFormattingVisitor sqlLogFormattingVisitor, ExpressionFunctions expressionFunctions)
          Db2Dialect.Db2JdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
Db2Dialect(SqlLogFormattingVisitor sqlLogFormattingVisitor)
          SqlLogFormattingVisitor を指定してインスタンスを構築します。
 
メソッドの概要
 ScriptBlockContext createScriptBlockContext()
          スクリプト内のSQLブロックのコンテキストを生成します。
 String getName()
          名前を返します。
 String getScriptBlockDelimiter()
          スクリプト内のSQLブロックの区切り文字を返します。
 org.seasar.doma.internal.jdbc.sql.PreparedSql getSequenceNextValSql(String qualifiedSequenceName, long allocationSize)
          シーケンスの次の値を取得するためのSQLを返します。
 boolean isUniqueConstraintViolated(SQLException sqlException)
          一意制約違反かどうかを返します。
 boolean supportsAutoGeneratedKeys()
          Statement.getGeneratedKeys() をサポートしているかどうかを返します。
 boolean supportsIdentity()
          IDENTITYをサポートしているかどうかを返します。
 boolean supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets)
          悲観的排他制御をサポートしているかどうかを返します。
 boolean supportsSequence()
          シーケンスをサポートするかどうかを返します。
protected  SqlNode toForUpdateSqlNode(SqlNode sqlNode, SelectForUpdateType forUpdateType, int waitSeconds, String... aliases)
          悲観的排他制御用のSQLノードに変換します。
protected  SqlNode toPagingSqlNode(SqlNode sqlNode, long offset, long limit)
          ページング用のSQLノードに変換します。
 
クラス org.seasar.doma.jdbc.dialect.StandardDialect から継承されたメソッド
applyQuote, getCauseSQLException, getErrorCode, getExpressionFunctions, getIdentitySelectSql, getJdbcMappingVisitor, getResultSetType, getRootCause, getSqlLogFormattingVisitor, getSQLState, includesIdentityColumn, removeQuote, supportsBatchUpdateResults, supportsResultSetReturningAsOutParameter, toCountCalculatingSqlNode, toCountGettingSqlNode, transformSelectSqlNode, transformSelectSqlNodeForGettingCount
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

UNIQUE_CONSTRAINT_VIOLATION_STATE_CODE

protected static final String UNIQUE_CONSTRAINT_VIOLATION_STATE_CODE
一意制約違反を表す SQLState

関連項目:
定数フィールド値
コンストラクタの詳細

Db2Dialect

public Db2Dialect()
インスタンスを構築します。


Db2Dialect

public Db2Dialect(JdbcMappingVisitor jdbcMappingVisitor)
Db2Dialect.Db2JdbcMappingVisitor を指定してインスタンスを構築します。

パラメータ:
jdbcMappingVisitor - Wrapper をJDBCの型とマッピングするビジター

Db2Dialect

public Db2Dialect(SqlLogFormattingVisitor sqlLogFormattingVisitor)
SqlLogFormattingVisitor を指定してインスタンスを構築します。

パラメータ:
sqlLogFormattingVisitor - SQLのバインド変数にマッピングされる Wrapper をログ用のフォーマットされた文字列へと変換するビジター

Db2Dialect

public Db2Dialect(ExpressionFunctions expressionFunctions)
ExpressionFunctions を指定してインスタンスを構築します。

パラメータ:
expressionFunctions - SQLのコメント式で利用可能な関数群

Db2Dialect

public Db2Dialect(JdbcMappingVisitor jdbcMappingVisitor,
                  SqlLogFormattingVisitor sqlLogFormattingVisitor)
Db2Dialect.Db2JdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。

パラメータ:
jdbcMappingVisitor - Wrapper をJDBCの型とマッピングするビジター
sqlLogFormattingVisitor - SQLのバインド変数にマッピングされる Wrapper をログ用のフォーマットされた文字列へと変換するビジター

Db2Dialect

public Db2Dialect(JdbcMappingVisitor jdbcMappingVisitor,
                  SqlLogFormattingVisitor sqlLogFormattingVisitor,
                  ExpressionFunctions expressionFunctions)
Db2Dialect.Db2JdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。

パラメータ:
jdbcMappingVisitor - Wrapper をJDBCの型とマッピングするビジター
sqlLogFormattingVisitor - SQLのバインド変数にマッピングされる Wrapper をログ用のフォーマットされた文字列へと変換するビジター
expressionFunctions - SQLのコメント式で利用可能な関数群
メソッドの詳細

getName

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

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

toForUpdateSqlNode

protected SqlNode toForUpdateSqlNode(SqlNode sqlNode,
                                     SelectForUpdateType forUpdateType,
                                     int waitSeconds,
                                     String... aliases)
クラス StandardDialect の記述:
悲観的排他制御用のSQLノードに変換します。

オーバーライド:
クラス StandardDialect 内の toForUpdateSqlNode
パラメータ:
sqlNode - SQLノード
forUpdateType - 悲観的排他制御の種別
waitSeconds - ロック取得の待機時間(秒)
aliases - ロック対象のカラムやテーブルのエイリアス
戻り値:
変換されたSQLノード

toPagingSqlNode

protected SqlNode toPagingSqlNode(SqlNode sqlNode,
                                  long offset,
                                  long limit)
クラス StandardDialect の記述:
ページング用のSQLノードに変換します。

オーバーライド:
クラス StandardDialect 内の toPagingSqlNode
パラメータ:
sqlNode - SQLノード
offset - オフセット
limit - リミット
戻り値:
変換されたSQLノード

isUniqueConstraintViolated

public boolean isUniqueConstraintViolated(SQLException sqlException)
インタフェース Dialect の記述:
一意制約違反かどうかを返します。

定義:
インタフェース Dialect 内の isUniqueConstraintViolated
オーバーライド:
クラス StandardDialect 内の isUniqueConstraintViolated
パラメータ:
sqlException - SQL例外
戻り値:
一意制約違反ならば true

getSequenceNextValSql

public org.seasar.doma.internal.jdbc.sql.PreparedSql getSequenceNextValSql(String qualifiedSequenceName,
                                                                           long allocationSize)
インタフェース Dialect の記述:
シーケンスの次の値を取得するためのSQLを返します。

Dialect.supportsSequence()true を返す場合にのみ呼び出し可能です。

定義:
インタフェース Dialect 内の getSequenceNextValSql
オーバーライド:
クラス StandardDialect 内の getSequenceNextValSql
パラメータ:
qualifiedSequenceName - シーケンスの完全修飾名
allocationSize - 割り当てサイズ
戻り値:
シーケンスの次の値を取得するためのSQL

supportsIdentity

public boolean supportsIdentity()
インタフェース Dialect の記述:
IDENTITYをサポートしているかどうかを返します。

定義:
インタフェース Dialect 内の supportsIdentity
オーバーライド:
クラス StandardDialect 内の supportsIdentity
戻り値:
サポートしている場合 true

supportsSequence

public boolean supportsSequence()
インタフェース Dialect の記述:
シーケンスをサポートするかどうかを返します。

定義:
インタフェース Dialect 内の supportsSequence
オーバーライド:
クラス StandardDialect 内の supportsSequence
戻り値:
サポートしている場合 true

supportsSelectForUpdate

public boolean supportsSelectForUpdate(SelectForUpdateType type,
                                       boolean withTargets)
インタフェース Dialect の記述:
悲観的排他制御をサポートしているかどうかを返します。

定義:
インタフェース Dialect 内の supportsSelectForUpdate
オーバーライド:
クラス StandardDialect 内の supportsSelectForUpdate
パラメータ:
type - 悲観的排他制御の種別
withTargets - ロックの対象が指定されている場合 true
戻り値:
サポートしている場合 true

supportsAutoGeneratedKeys

public boolean supportsAutoGeneratedKeys()
インタフェース Dialect の記述:
Statement.getGeneratedKeys() をサポートしているかどうかを返します。

定義:
インタフェース Dialect 内の supportsAutoGeneratedKeys
オーバーライド:
クラス StandardDialect 内の supportsAutoGeneratedKeys
戻り値:
サポートしている場合 true

getScriptBlockDelimiter

public String getScriptBlockDelimiter()
インタフェース Dialect の記述:
スクリプト内のSQLブロックの区切り文字を返します。

定義:
インタフェース Dialect 内の getScriptBlockDelimiter
オーバーライド:
クラス StandardDialect 内の getScriptBlockDelimiter
戻り値:
スクリプトのブロックの区切り文字

createScriptBlockContext

public ScriptBlockContext createScriptBlockContext()
インタフェース Dialect の記述:
スクリプト内のSQLブロックのコンテキストを生成します。

定義:
インタフェース Dialect 内の createScriptBlockContext
オーバーライド:
クラス StandardDialect 内の createScriptBlockContext
戻り値:
スクリプトのSQLブロックのコンテキスト


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