|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.access.AccessBase
com.hamaf.hikyaku.access.MultipleAccessBase
public abstract class MultipleAccessBase
タイトル: MultipleAccessBase is Multiple DataBase Accessor Class base.
説明:複数テーブル更新時のCommit,RollBackをサポートしたアクセス用クラス。
Statement
を取得する(保持をしません)
Connection
を開放する
Connection
を開放する
Created: Tue Feb 15 14:40:24 2005
フィールドの概要 |
---|
クラス com.hamaf.hikyaku.access.AccessBase から継承されたフィールド |
---|
_conn, _DbConnect, _stmt |
コンストラクタの概要 | |
---|---|
MultipleAccessBase()
|
メソッドの概要 | |
---|---|
void |
commit()
Describe commit method : commit and close. |
protected java.sql.Statement |
getStatement()
Describe getStatement method : get DB Statement. |
void |
rollBack()
Describe rollBack method : RollBack and colse. |
クラス com.hamaf.hikyaku.access.AccessBase から継承されたメソッド |
---|
closeStatement, destroy, exclusion, getPkeys, getProductName, setConnection |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public MultipleAccessBase()
メソッドの詳細 |
---|
protected java.sql.Statement getStatement() throws java.sql.SQLException
getStatement
method : get DB Statement.
AccessBase
内の getStatement
Statement
: 生成したStatment
java.sql.SQLException
public final void commit() throws java.sql.SQLException
commit
method : commit and close.
java.sql.SQLException
- if an error occurspublic final void rollBack() throws java.sql.SQLException
rollBack
method : RollBack and colse.
java.sql.SQLException
- if an error occurs
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |