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