org.dyndns.nuda.mapper.helper.command
クラス UseAutoCommitCommandImpl

java.lang.Object
  上位を拡張 org.dyndns.nuda.mapper.helper.command.UseAutoCommitCommandImpl
すべての実装されたインタフェース:
UseAutoCommitCommand, SQLInterfaceControllerCommand

public class UseAutoCommitCommandImpl
extends java.lang.Object
implements UseAutoCommitCommand

SQLインタフェースコンテナ制御コマンド:自動コミットモード制御コマンド

作成者:
nkoseki

コンストラクタの概要
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
 

コンストラクタの詳細

UseAutoCommitCommandImpl

public UseAutoCommitCommandImpl()
メソッドの詳細

setContainer

public void setContainer(JDBCXMLInvocationHandler container)
インタフェース SQLInterfaceControllerCommand の記述:
このインスタンスにSQLInterfaceコンテナを設定します

定義:
インタフェース SQLInterfaceControllerCommand 内の setContainer
パラメータ:
container - SQLInterfaceコンテナ

getContainer

public JDBCXMLInvocationHandler getContainer()
インタフェース SQLInterfaceControllerCommand の記述:
このインスタンスに設定されているSQLInterfaceコンテナを取得します

定義:
インタフェース SQLInterfaceControllerCommand 内の getContainer
戻り値:
SQLInterfaceコンテナ

useAutoCommit

public void useAutoCommit(boolean useAutoCommit)
インタフェース UseAutoCommitCommand の記述:
自動コミットモードを設定します

定義:
インタフェース UseAutoCommitCommand 内の useAutoCommit
パラメータ:
useAutoCommit - 自動コミットモードON:true / 自動コミットモードOFF:false

isUseAutoCommit

public boolean isUseAutoCommit()
インタフェース UseAutoCommitCommand の記述:
現在設定されている自動コミットモードを取得します

定義:
インタフェース UseAutoCommitCommand 内の isUseAutoCommit
戻り値:
useAutoCommit 自動コミットモードON:true / 自動コミットモードOFF:false