| クラス | 説明 |
|---|---|
| ConditionKey |
The abstract class of condition-key.
|
| ConditionKey.BindClauseResult | |
| ConditionKeyEqual |
The condition-key of equal.
|
| ConditionKeyGreaterEqual |
The condition-key of greaterEqual.
|
| ConditionKeyGreaterEqualOrIsNull |
The condition-key of greaterEqual or isNull.
|
| ConditionKeyGreaterThan |
The condition-key of greaterThan.
|
| ConditionKeyGreaterThanOrIsNull |
The condition-key of greaterThan or isNull.
|
| ConditionKeyInScope |
The condition-key of inScope.
|
| ConditionKeyIsNotNull |
The condition-key of isNotNull.
|
| ConditionKeyIsNull |
The condition-key of isNull.
|
| ConditionKeyIsNullOrEmpty |
The condition-key of isNullOrEmpty.
|
| ConditionKeyLessEqual |
The condition-key of lessEqual.
|
| ConditionKeyLessEqualOrIsNull |
The condition-key of lessEqual or isNull.
|
| ConditionKeyLessThan |
The condition-key of lessThan.
|
| ConditionKeyLessThanOrIsNull |
The condition-key of lessThan or isNull.
|
| ConditionKeyLikeSearch |
The condition-key of likeSearch.
|
| ConditionKeyNotEqual |
The condition-key of notEqual.
|
| ConditionKeyNotEqualStandard |
The condition-key of notEqual as standard.
|
| ConditionKeyNotEqualTradition |
The condition-key of notEqual as tradition.
|
| ConditionKeyNotInScope |
The condition-key of notInScope.
|
| ConditionKeyNotLikeSearch |
The condition-key of notLikeSearch.
|
| 列挙型 | 説明 |
|---|---|
| ConditionKeyPrepareResult |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.