A B C D E F G I K L N P R S T V

G

get(String) - クラス net.core22.dbfw.BaseEntity のメソッド
Keyを指定して値を取得する
get(int) - クラス net.core22.dbfw.EntityList のメソッド
indexで指定した行のEntityを取得する
get(int) - クラス net.core22.dbfw.Param のメソッド
index番号で指定したパラメータを取得
get(int) - クラス net.core22.dbfw.ValidateErrors のメソッド
indexで指定した行のメッセージを取得する
getArrayList() - クラス net.core22.dbfw.EntityList のメソッド
ArrayListの形式で取得する
getBaseEntity() - クラス net.core22.dbfw.Entity のメソッド
BaseEntity を取得 使用を推奨しない
getConnection(boolean) - クラス net.core22.dbfw.ConnectionFactory の static メソッド
コネクションを取得する(DriverManagerを使った方法)
getConnection(DataSource) - クラス net.core22.dbfw.ConnectionFactory の static メソッド
コネクションを取得する(DataSourceを使った方法)
getConnection() - クラス net.core22.dbfw.DB のメソッド
コネクション情報を返却.
getDataSource() - クラス net.core22.dbfw.DataSourceFactory の static メソッド
DataSourceインスタンスを取得する db.propertiesから情報を取得 Modeが設定されていないときは、nullを返却する
getInstance() - クラス net.core22.dbfw.DBResource の static メソッド
インスタンスを取得(Singltonで実装)
getLog() - クラス net.core22.dbfw.LogFactory の static メソッド
LOGクラスを取得.
getLowerMessage() - 例外 net.core22.dbfw.DBException のメソッド
発生元例外のエラーメッセージを得る。
getObject(String) - クラス net.core22.dbfw.Entity のメソッド
Keyで指定した値を取得する Key名:大文字小文字の区別無し
getString(String) - クラス net.core22.dbfw.DBResource のメソッド
Key名で取得した値を返却
getValidateErrors() - 例外 net.core22.dbfw.ValidateException のメソッド
ValidateErrorsを取得する

A B C D E F G I K L N P R S T V