クラス | 説明 |
---|---|
HasCondition<T extends org.dbflute.cbean.ConditionBean> |
This is the matcher that gets one
ConditionValue from T
instance for further assertion. |
HasRelation<T extends org.dbflute.cbean.ConditionBean> |
The matcher that gets relation table condition from
T for further assertion. |
HasSameCondition<T extends org.dbflute.cbean.ConditionBean> |
Matches when the argument has same conditions.
|
HasWhereClause<T extends org.dbflute.cbean.ConditionBean> |
Matches when the ConditionBean has any where clause.
|
IsColumnExpressed |
Abstract class of matchers that evaluates the column condition value.
|
IsColumnIsNotNull |
Matches when the column has is not null condition.
|
IsColumnIsNull |
Mathces when the column has is null condition.
|
ShouldSelect<T extends org.dbflute.cbean.ConditionBean> |
The matcher that evaluates the ConditionBean should be specified to select a column.
|
列挙型 | 説明 |
---|---|
ComparisonOperator |
Operators of SQL comparison.
|
Copyright © 2015 The DBFlute Project. All rights reserved.