org.opengion.plugin.table
クラス TableFilter_SEQRESET
java.lang.Object
org.opengion.plugin.table.AbstractTableFilter
org.opengion.plugin.table.TableFilter_SEQRESET
- すべての実装されたインタフェース:
- TableFilter
public class TableFilter_SEQRESET
- extends AbstractTableFilter
TableFilter_SEQRESET は、TableFilter インターフェースを継承した、DBTableModel 処理用の
実装クラスです。
ここでは、テーブルモデルのシーケンス項目の値を再セットしています。
シーケンスの値は、通常10ずつ増加しますが、BREAK_CLMが指定されており、
かつ、その項目の値がブレイクした場合は、100増加させます。
また、CLEAR_CLMが指定されている場合、そのカラムの値がキーブレイクした場合は、
シーケンス値を初期化(10)にします。
SEQ_CLM : シーケンス項目
BREAK_CLM : キーブレイク項目(任意)
CLEAR_CLM : シーケンス初期化項目
INCREMENT : シーケンスの増分
START_NO : シーケンスの初期値
- バージョン
- 0.9.0 2000/10/17
- 作成者
- Hiroki Nakamura
- 導入されたバージョン:
- JDK1.1,
クラス org.opengion.plugin.table.AbstractTableFilter から継承されたメソッド |
getErrorCode, getErrorMessage, getTableColumnNo, getValue, makeErrorMessage, setApplicationInfo, setDbid, setDBTableModel, setDebug, setKeysVals, setModifyType, setParameterRows, setResource, setSql |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableFilter_SEQRESET
public TableFilter_SEQRESET()
execute
public DBTableModel execute()
- DBTableModel処理を実行します。
- 戻り値:
- DBTableModel
- 変更履歴:
4.3.7.0 (2009/06/01) 新規追加 |
Webアプリケーションフレームワーク openGion
Copyright (c) 2009 The openGion Project.