|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.apache.log4j.spi.ComponentBase
org.apache.log4j.db.ConnectionSourceSkeleton
public abstract class ConnectionSourceSkeleton
フィールドの概要 |
---|
クラス org.apache.log4j.spi.ComponentBase から継承されたフィールド |
---|
repository |
インタフェース org.apache.log4j.db.ConnectionSource から継承されたフィールド |
---|
HSQL_DIALECT, MSSQL_DIALECT, MYSQL_DIALECT, ORACLE_DIALECT, POSTGRES_DIALECT, UNKNOWN_DIALECT |
コンストラクタの概要 | |
---|---|
ConnectionSourceSkeleton()
|
メソッドの概要 | |
---|---|
void |
discoverConnnectionProperties()
Learn relevant information about this connection source. |
java.lang.String |
getOverriddenSupportsGetGeneratedKeys()
Returns the "overridden" value of "supportsGetGeneratedKeys" property of the JDBC driver. |
java.lang.String |
getPassword()
Get the password for this connection source. |
int |
getSQLDialectCode()
Get the SQL dialect that should be used for this connection. |
java.lang.String |
getUser()
Get the user for this connection source. |
void |
setOverriddenSupportsGetGeneratedKeys(java.lang.String overriddenSupportsGetGeneratedKeys)
Sets the "overridden" value of "supportsGetGeneratedKeys" property of the JDBC driver. |
void |
setPassword(java.lang.String password)
Sets the password. |
void |
setUser(java.lang.String username)
Sets the username. |
boolean |
supportsBatchUpdates()
Does this connection support batch updates? |
boolean |
supportsGetGeneratedKeys()
Does this connection support the JDBC Connection.getGeneratedKeys method? |
クラス org.apache.log4j.spi.ComponentBase から継承されたメソッド |
---|
getLogger, getLoggerRepository, getNonFloodingLogger, resetErrorCount, setLoggerRepository |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.apache.log4j.db.ConnectionSource から継承されたメソッド |
---|
getConnection |
インタフェース org.apache.log4j.spi.Component から継承されたメソッド |
---|
setLoggerRepository |
インタフェース org.apache.log4j.spi.OptionHandler から継承されたメソッド |
---|
activateOptions |
コンストラクタの詳細 |
---|
public ConnectionSourceSkeleton()
メソッドの詳細 |
---|
public void discoverConnnectionProperties()
public final boolean supportsGetGeneratedKeys()
ConnectionSource
内の supportsGetGeneratedKeys
public final int getSQLDialectCode()
ConnectionSource
の記述:
ConnectionSource
内の getSQLDialectCode
public final java.lang.String getPassword()
public final void setPassword(java.lang.String password)
password
- The password to setpublic final java.lang.String getUser()
public final void setUser(java.lang.String username)
username
- The username to setpublic java.lang.String getOverriddenSupportsGetGeneratedKeys()
null
if not overridden.public void setOverriddenSupportsGetGeneratedKeys(java.lang.String overriddenSupportsGetGeneratedKeys)
overriddenSupportsGetGeneratedKeys
- A non null string, with "true" or "false" value, if overridden,
null
if not overridden.public final boolean supportsBatchUpdates()
ConnectionSource
内の supportsBatchUpdates
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |