|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.dyndns.nuda.mapper.helper.command.GetConnectionCommandImpl
public class GetConnectionCommandImpl
SQLインタフェースコンテナ制御コマンド:コネクション取得
org.dyndns.nuda.mapper.helper.command.GetConnectionComamnd
コンストラクタの概要 | |
---|---|
GetConnectionCommandImpl()
|
メソッドの概要 | |
---|---|
java.sql.Connection |
getConnection()
設定されたJDBCコネクションオブジェクトを取得します |
JDBCXMLInvocationHandler |
getContainer()
このインスタンスに設定されているSQLInterfaceコンテナを取得します |
void |
setContainer(JDBCXMLInvocationHandler container)
このインスタンスにSQLInterfaceコンテナを設定します |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public GetConnectionCommandImpl()
メソッドの詳細 |
---|
public void setContainer(JDBCXMLInvocationHandler container)
SQLInterfaceControllerCommand
の記述:
SQLInterfaceControllerCommand
内の setContainer
container
- SQLInterfaceコンテナpublic JDBCXMLInvocationHandler getContainer()
SQLInterfaceControllerCommand
の記述:
SQLInterfaceControllerCommand
内の getContainer
public java.sql.Connection getConnection()
GetConnectionCommand
の記述:
GetConnectionCommand
内の getConnection
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |