public interface MimdbSearchElement
修飾子とタイプ | メソッドと説明 |
---|---|
int |
columnNameByNo(MimdbTable table)
カラム名を番号に変換.
|
java.lang.String |
getColumn()
対象カラム名を取得.
|
int |
getColumnNo()
カラム項番を取得.
|
int |
getType()
検索タイプの取得.
|
java.lang.Object |
getValue()
検索要素の取得.
|
boolean |
isAndOr()
条件指定かチェック.
|
boolean |
isNull()
検索条件がNULLかチェック.
|
boolean |
isOffLimit()
オフセット、リミット条件かチェック.
|
boolean |
isPreparend()
Preparendモードかチェック.
|
boolean |
isWhere()
条件指定かチェック.
|
void |
setValue(java.lang.Object v)
検索要素の設定.
|
java.lang.String getColumn()
int getType()
java.lang.Object getValue()
void setValue(java.lang.Object v)
v
- 検索要素を設定します.boolean isNull()
boolean isPreparend()
boolean isWhere()
boolean isAndOr()
boolean isOffLimit()
int columnNameByNo(MimdbTable table) throws java.lang.Exception
table
- 対象のテーブルを設定します.java.lang.Exception
- 例外.int getColumnNo()