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

java.lang.Object
  上位を拡張 org.seasar.doma.jdbc.dialect.StandardDialect
      上位を拡張 org.seasar.doma.jdbc.dialect.Mssql2008Dialect
すべての実装されたインタフェース:
Dialect
直系の既知のサブクラス:
MssqlDialect

public class Mssql2008Dialect
extends StandardDialect

Microsoft SQL Server 2008用の方言です。

作成者:
taedium

入れ子のクラスの概要
static class Mssql2008Dialect.Mssql2008ExpressionFunctions
          Microsoft SQL Server 2008用の ExpressionFunctions です。
static class Mssql2008Dialect.Mssql2008JdbcMappingVisitor
          Microsoft SQL Server 2008用の JdbcMappingVisitor の実装です。
static class Mssql2008Dialect.Mssql2008ScriptBlockContext
          Microsoft SQL Server 2008用の ScriptBlockContext です。
static class Mssql2008Dialect.Mssql2008SqlLogFormattingVisitor
          Microsoft SQL Server 2008用の SqlLogFormattingVisitor の実装です。
 
クラス org.seasar.doma.jdbc.dialect.StandardDialect から継承された入れ子のクラス/インタフェース
StandardDialect.StandardExpressionFunctions, StandardDialect.StandardJdbcMappingVisitor, StandardDialect.StandardScriptBlockContext, StandardDialect.StandardSqlLogFormattingVisitor
 
フィールドの概要
protected static int UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODE
          一意制約違反を表すエラーコード
 
クラス org.seasar.doma.jdbc.dialect.StandardDialect から継承されたフィールド
CLOSE_QUOTE, expressionFunctions, jdbcMappingVisitor, OPEN_QUOTE, sqlLogFormattingVisitor, UNIQUE_CONSTRAINT_VIOLATION_STATE_CODES
 
コンストラクタの概要
Mssql2008Dialect()
          インスタンスを構築します。
Mssql2008Dialect(ExpressionFunctions expressionFunctions)
          ExpressionFunctions を指定してインスタンスを構築します。
Mssql2008Dialect(JdbcMappingVisitor jdbcMappingVisitor)
          Mssql2008Dialect.Mssql2008JdbcMappingVisitor を指定してインスタンスを構築します。
Mssql2008Dialect(JdbcMappingVisitor jdbcMappingVisitor, SqlLogFormattingVisitor sqlLogFormattingVisitor)
          Mssql2008Dialect.Mssql2008JdbcMappingVisitorSqlLogFormattingVisitor を指定してインスタンスを構築します。
Mssql2008Dialect(JdbcMappingVisitor jdbcMappingVisitor, SqlLogFormattingVisitor sqlLogFormattingVisitor, ExpressionFunctions expressionFunctions)
          Mssql2008Dialect.Mssql2008JdbcMappingVisitorSqlLogFormattingVisitorExpressionFunctions を指定してインスタンスを構築します。
Mssql2008Dialect(SqlLogFormattingVisitor sqlLogFormattingVisitor)
          SqlLogFormattingVisitor を指定してインスタンスを構築します。
 
メソッドの概要
 ScriptBlockContext createScriptBlockContext()
          スクリプト内のSQLブロックのコンテキストを生成します。
 String getName()
          名前を返します。
 String getScriptBlockDelimiter()
          スクリプト内のSQLブロックの区切り文字を返します。
 boolean isUniqueConstraintViolated(SQLException sqlException)
          一意制約違反かどうかを返します。
 boolean supportsAutoGeneratedKeys()
          Statement.getGeneratedKeys() をサポートしているかどうかを返します。
 boolean supportsIdentity()
          IDENTITYをサポートしているかどうかを返します。
 boolean supportsSelectForUpdate(SelectForUpdateType type, boolean withTargets)
          悲観的排他制御をサポートしているかどうかを返します。
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, getSequenceNextValSql, getSqlLogFormattingVisitor, getSQLState, includesIdentityColumn, removeQuote, supportsBatchUpdateResults, supportsResultSetReturningAsOutParameter, supportsSequence, toCountCalculatingSqlNode, toCountGettingSqlNode, transformSelectSqlNode, transformSelectSqlNodeForGettingCount
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODE

protected static final int UNIQUE_CONSTRAINT_VIOLATION_ERROR_CODE
一意制約違反を表すエラーコード

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

Mssql2008Dialect

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


Mssql2008Dialect

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

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

Mssql2008Dialect

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

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

Mssql2008Dialect

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

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

Mssql2008Dialect

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

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

Mssql2008Dialect

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

パラメータ:
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

supportsIdentity

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

定義:
インタフェース Dialect 内の supportsIdentity
オーバーライド:
クラス StandardDialect 内の supportsIdentity
戻り値:
サポートしている場合 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.