|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.dyndns.nuda.mapper.helper.command.UseAutoCommitCommandImpl
public class UseAutoCommitCommandImpl
SQLインタフェースコンテナ制御コマンド:自動コミットモード制御コマンド
コンストラクタの概要 | |
---|---|
UseAutoCommitCommandImpl()
|
メソッドの概要 | |
---|---|
JDBCXMLInvocationHandler |
getContainer()
このインスタンスに設定されているSQLInterfaceコンテナを取得します |
boolean |
isUseAutoCommit()
現在設定されている自動コミットモードを取得します |
void |
setContainer(JDBCXMLInvocationHandler container)
このインスタンスにSQLInterfaceコンテナを設定します |
void |
useAutoCommit(boolean useAutoCommit)
自動コミットモードを設定します |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public UseAutoCommitCommandImpl()
メソッドの詳細 |
---|
public void setContainer(JDBCXMLInvocationHandler container)
SQLInterfaceControllerCommand
の記述:
SQLInterfaceControllerCommand
内の setContainer
container
- SQLInterfaceコンテナpublic JDBCXMLInvocationHandler getContainer()
SQLInterfaceControllerCommand
の記述:
SQLInterfaceControllerCommand
内の getContainer
public void useAutoCommit(boolean useAutoCommit)
UseAutoCommitCommand
の記述:
UseAutoCommitCommand
内の useAutoCommit
useAutoCommit
- 自動コミットモードON:true / 自動コミットモードOFF:falsepublic boolean isUseAutoCommit()
UseAutoCommitCommand
の記述:
UseAutoCommitCommand
内の isUseAutoCommit
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |