|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface ConnectionSource
The Connections for log4j classes
that require the use of a Connection.
| フィールドの概要 | |
|---|---|
static int |
HSQL_DIALECT
|
static int |
MSSQL_DIALECT
|
static int |
MYSQL_DIALECT
|
static int |
ORACLE_DIALECT
|
static int |
POSTGRES_DIALECT
|
static int |
UNKNOWN_DIALECT
|
| メソッドの概要 | |
|---|---|
java.sql.Connection |
getConnection()
Obtain a Connection for use. |
int |
getSQLDialectCode()
Get the SQL dialect that should be used for this connection. |
boolean |
supportsBatchUpdates()
If the connection does not support batch updates, we will avoid using them. |
boolean |
supportsGetGeneratedKeys()
If the connection supports the JDBC 3.0 getGeneratedKeys method, then we do not need any specific dialect support. |
| インタフェース org.apache.log4j.spi.Component から継承されたメソッド |
|---|
setLoggerRepository |
| インタフェース org.apache.log4j.spi.OptionHandler から継承されたメソッド |
|---|
activateOptions |
| フィールドの詳細 |
|---|
static final int UNKNOWN_DIALECT
static final int POSTGRES_DIALECT
static final int MYSQL_DIALECT
static final int ORACLE_DIALECT
static final int MSSQL_DIALECT
static final int HSQL_DIALECT
| メソッドの詳細 |
|---|
java.sql.Connection getConnection()
throws java.sql.SQLException
Connection for use. The client is
responsible for closing the Connection when it is no
longer required.
java.sql.SQLException - if a Connection could not be
obtainedint getSQLDialectCode()
boolean supportsGetGeneratedKeys()
boolean supportsBatchUpdates()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||