|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.apache.log4j.spi.ComponentBase
org.apache.log4j.db.dialect.Util
public class Util
フィールドの概要 |
---|
クラス 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 |
コンストラクタの詳細 |
---|
public Util()
メソッドの詳細 |
---|
public static int discoverSQLDialect(java.sql.DatabaseMetaData meta)
public static SQLDialect getDialectFromCode(int dialectCode)
public boolean supportsGetGeneratedKeys(java.sql.DatabaseMetaData meta)
DatabaseMetaData.supportsGetGeneratedKeys()
method is missing in the
JDBC driver implementation.
public boolean supportsBatchUpdates(java.sql.DatabaseMetaData meta)
DatabaseMetaData.supportsBatchUpdates()
method is missing in the
JDBC driver implementation.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |