public class DBConstValue_VV extends Object implements DBConstValue
5.5.1.8 (2012/04/17) 新規追加 |
コンストラクタと説明 |
---|
DBConstValue_VV() |
修飾子とタイプ | メソッドと説明 |
---|---|
String[] |
getInsertKeys()
インサートする場合のキー配列を返します。
|
String[] |
getInsertVals()
インサートする場合の値配列を返します。
|
String[] |
getLogicalDeleteKeys()
デリート(論理削除) する場合のキー配列を返します。
|
String[] |
getLogicalDeleteVals()
デリート(論理削除) する場合の値配列を返します。
|
String[] |
getUpdateKeys()
アップデートする場合のキー配列を返します。
|
String[] |
getUpdateVals()
アップデートする場合の値配列を返します。
|
void |
init(String table,
String user,
String gamen)
初期化情報を設定します。
|
public void init(String table, String user, String gamen)
init
インタフェース内 DBConstValue
table
- テーブル名user
- ユーザーIDgamen
- 画面IDpublic String[] getInsertKeys()
getInsertKeys
インタフェース内 DBConstValue
public String[] getInsertVals()
getInsertVals
インタフェース内 DBConstValue
public String[] getUpdateKeys()
getUpdateKeys
インタフェース内 DBConstValue
public String[] getUpdateVals()
getUpdateVals
インタフェース内 DBConstValue
public String[] getLogicalDeleteKeys()
getLogicalDeleteKeys
インタフェース内 DBConstValue
public String[] getLogicalDeleteVals()
getLogicalDeleteVals
インタフェース内 DBConstValue
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.