org.apache.log4j.db.dialect
クラス MsSQLDialect

java.lang.Object
  上位を拡張 org.apache.log4j.db.dialect.MsSQLDialect
すべての実装されたインタフェース:
SQLDialect

public class MsSQLDialect
extends java.lang.Object
implements SQLDialect

The MS SQL Server dialect is untested. Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.0 specification.

作成者:
James Stauffer

フィールドの概要
static java.lang.String SELECT_CURRVAL
           
 
コンストラクタの概要
MsSQLDialect()
           
 
メソッドの概要
 java.lang.String getSelectInsertId()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SELECT_CURRVAL

public static final java.lang.String SELECT_CURRVAL
関連項目:
定数フィールド値
コンストラクタの詳細

MsSQLDialect

public MsSQLDialect()
メソッドの詳細

getSelectInsertId

public java.lang.String getSelectInsertId()
定義:
インタフェース SQLDialect 内の getSelectInsertId


Copyright © 2010 Apache Software Foundation. All Rights Reserved.