|
|||||||||||
前 次 | フレームあり フレームなし |
Operator を使用しているパッケージ | |
org.asyrinx.brownie.core.sql | |
org.asyrinx.brownie.core.sql2 |
org.asyrinx.brownie.core.sql での Operator の使用 |
Operator として宣言されている org.asyrinx.brownie.core.sql のフィールド | |
static Operator |
Operator.NONE
none (null object) |
static Operator |
Operator.EQUAL
= |
static Operator |
Operator.EQUAL2
== |
static Operator |
Operator.NOT_EQUAL
<> |
static Operator |
Operator.NOT_EQUAL2
! |
static Operator |
Operator.GREATER_THAN
> |
static Operator |
Operator.GREATER_EQUAL
>= |
static Operator |
Operator.GREATER_EQUAL2
=> |
static Operator |
Operator.LESS_THAN
< |
static Operator |
Operator.LESS_EQUAL
>= |
static Operator |
Operator.LESS_EQUAL2
=> |
static Operator |
Operator.LIKE
like |
static Operator |
Operator.NOT_LIKE
not like |
static Operator |
Operator.IS
is |
static Operator |
Operator.NOT_IS
not is |
static Operator |
Operator.IN
in |
static Operator |
Operator.NOT_IN
not in |
static Operator |
Operator.EXISTS
exists |
static Operator |
Operator.NOT_EXISTS
not exists |
static Operator |
Operator.BETWEEN
between |
static Operator |
Operator.NOT_BETWEEN
not between |
static Operator |
Operator.AND
and |
static Operator |
Operator.OR
or |
static Operator |
Operator.XOR
xor |
Operator を返す org.asyrinx.brownie.core.sql のメソッド | |
static Operator |
Operator.get(java.lang.Object value)
|
Operator |
Conditions.getConnection()
|
Operator 型のパラメータを持つ org.asyrinx.brownie.core.sql のメソッド | |
java.lang.String |
IBuilder.buildCondition(java.lang.String fieldName,
java.lang.String value,
Operator operator,
boolean quote)
|
void |
Conditions.setConnection(Operator operator)
|
Conditions |
Conditions.addNewCondition(Operator conn)
条件群を追加します。 |
Conditions |
Conditions.add(java.lang.String field,
java.lang.String value,
Operator operater)
文字列比較の条件を追加します。 |
Conditions |
Conditions.add(java.lang.String field,
java.lang.String value,
Operator operater,
boolean quote)
文字列比較の条件を追加します。 |
Conditions |
Conditions.add(java.lang.String field,
int value,
Operator operater)
フィールドの整数(int)として比較する条件を追加します。 |
Conditions |
Conditions.add(java.lang.String field,
long value,
Operator operater)
フィールドの整数(long)として比較する条件を追加します。 |
Conditions |
Conditions.add(java.lang.String field,
java.util.Date value,
Operator operater)
|
Conditions |
Conditions.add(java.lang.String field,
java.util.Date value,
Operator operater,
java.text.DateFormat dateFormat)
|
java.lang.String |
BasicSqlBuilder.buildCondition(java.lang.String fieldName,
java.lang.String value,
Operator operator,
boolean withQuote)
|
org.asyrinx.brownie.core.sql2 での Operator の使用 |
Operator を返す org.asyrinx.brownie.core.sql2 のメソッド | |
Operator |
Conditions.getConnection()
|
Operator |
Condition.getConnection()
|
Operator |
Condition.getOperator()
|
Operator 型のパラメータを持つ org.asyrinx.brownie.core.sql2 のメソッド | |
void |
Conditions.setConnection(Operator operator)
|
Conditions |
Conditions.addNewConditions(Operator conn)
条件群を追加します。 |
Conditions |
Conditions.add(java.lang.String field,
java.lang.Object value,
Operator operator)
|
Conditions |
Conditions.add(java.lang.String field,
java.lang.String value,
Operator operater)
文字列比較の条件を追加します。 |
Conditions |
Conditions.add(java.lang.String field,
int value,
Operator operater)
フィールドの整数(int)として比較する条件を追加します。 |
Conditions |
Conditions.add(java.lang.String field,
long value,
Operator operater)
フィールドの整数(long)として比較する条件を追加します。 |
Conditions |
Conditions.add(java.lang.String field,
java.util.Date value,
Operator operater)
|
void |
Condition.setOperator(Operator operator)
|
|
|||||||||||
前 次 | フレームあり フレームなし |