protected ConditionKeyPrepareResult |
ConditionKey.chooseResultAlreadyExists(boolean equalValue) |
protected ConditionKeyPrepareResult |
ConditionKey.chooseResultListQuery(Object value) |
protected ConditionKeyPrepareResult |
ConditionKey.chooseResultNonFixedQuery(Object value) |
protected ConditionKeyPrepareResult |
ConditionKey.chooseResultNonValue(ConditionValue cvalue) |
protected ConditionKeyPrepareResult |
ConditionKeyNotInScope.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyNotEqual.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyLikeSearch.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyLessThan.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyLessEqual.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyIsNull.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyIsNotNull.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyInScope.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyGreaterThan.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyGreaterEqual.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyEqual.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected abstract ConditionKeyPrepareResult |
ConditionKey.doPrepareQuery(ConditionValue cvalue,
Object value) |
ConditionKeyPrepareResult |
ConditionKey.prepareQuery(ConditionValue.QueryModeProvider provider,
ConditionValue cvalue,
Object value)
Prepare the query of the condition value to register the condition.
|
static ConditionKeyPrepareResult |
ConditionKeyPrepareResult.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ConditionKeyPrepareResult[] |
ConditionKeyPrepareResult.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|