|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.sql.type.Match
public final class Match
比較方法を管理するクラス.
フィールドの概要 | |
---|---|
static Match |
EQ
比較方法モード - 一致 |
static Match |
GE
比較方法モード - 以上 |
static Match |
GT
比較方法モード - 大きい |
static Match |
IN
比較方法モード - いずれか |
static Match |
LE
比較方法モード - 以下 |
static Match |
LT
比較方法モード - 未満 |
static Match |
NOT_EQ
比較方法モード - 不一致 |
メソッドの概要 | |
---|---|
java.lang.String |
toTypeString()
比較方法文字列を取得 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final Match EQ
public static final Match NOT_EQ
public static final Match LE
public static final Match LT
public static final Match GE
public static final Match GT
public static final Match IN
メソッドの詳細 |
---|
public java.lang.String toTypeString()
Types
内の toTypeString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |