public interface DBConstValue
4.1.2.0 (2008/03/12) 新規追加 |
修飾子とタイプ | メソッドと説明 |
---|---|
String[] |
getInsertKeys()
INSERT する場合のキー配列を返します。
|
String[] |
getInsertVals()
INSERT する場合の値配列を返します。
|
String[] |
getLogicalDeleteKeys()
DELETE(論理削除) する場合のキー配列を返します。
|
String[] |
getLogicalDeleteVals()
DELETE(論理削除) する場合の値配列を返します。
|
String[] |
getUpdateKeys()
UPDATE する場合のキー配列を返します。
|
String[] |
getUpdateVals()
UPDATE する場合の値配列を返します。
|
void |
init(String table,
String user,
String gamen)
初期化情報を設定します。
|
void init(String table, String user, String gamen)
table
- テーブル名user
- ユーザーIDgamen
- 画面IDString[] getInsertKeys()
String[] getInsertVals()
String[] getUpdateKeys()
String[] getUpdateVals()
String[] getLogicalDeleteKeys()
String[] getLogicalDeleteVals()
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.