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

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

public class Util
extends org.apache.log4j.spi.ComponentBase

作成者:
Ceki Gulcu

フィールドの概要
 
クラス org.apache.log4j.spi.ComponentBase から継承されたフィールド
repository
 
コンストラクタの概要
Util()
           
 
メソッドの概要
static int discoverSQLDialect(java.sql.DatabaseMetaData meta)
           
static SQLDialect getDialectFromCode(int dialectCode)
           
 boolean supportsBatchUpdates(java.sql.DatabaseMetaData meta)
          This method handles cases where the DatabaseMetaData.supportsBatchUpdates() method is missing in the JDBC driver implementation.
 boolean supportsGetGeneratedKeys(java.sql.DatabaseMetaData meta)
          This method handles cases where the DatabaseMetaData.supportsGetGeneratedKeys() method is missing in the JDBC driver implementation.
 
クラス org.apache.log4j.spi.ComponentBase から継承されたメソッド
getLogger, getLoggerRepository, getNonFloodingLogger, resetErrorCount, setLoggerRepository
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Util

public Util()
メソッドの詳細

discoverSQLDialect

public static int discoverSQLDialect(java.sql.DatabaseMetaData meta)

getDialectFromCode

public static SQLDialect getDialectFromCode(int dialectCode)

supportsGetGeneratedKeys

public boolean supportsGetGeneratedKeys(java.sql.DatabaseMetaData meta)
This method handles cases where the DatabaseMetaData.supportsGetGeneratedKeys() method is missing in the JDBC driver implementation.


supportsBatchUpdates

public boolean supportsBatchUpdates(java.sql.DatabaseMetaData meta)
This method handles cases where the DatabaseMetaData.supportsBatchUpdates() method is missing in the JDBC driver implementation.



Copyright © 2010 Apache Software Foundation. All Rights Reserved.