クラス NoIndexHint
java.lang.Object
org.iplass.mtp.entity.query.hint.Hint
org.iplass.mtp.entity.query.hint.EQLHint
org.iplass.mtp.entity.query.hint.NoIndexHint
- すべての実装されたインタフェース:
Serializable
,ASTNode
EQLに対して、propertyNameListで指定されるプロパティのINDEXを利用しないように明示的に指定するヒント句です。
ただし、実際の物理テーブルにおいて、当該INDEXから駆動されないかどうかは、データベースのオプティマイザの判断によります。
- 関連項目:
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明accept
(ASTTransformer transformer) void
accept
(HintVisitor visitor) boolean
int
hashCode()
void
setPropertyNameList
(List<String> propertyNameList) toString()
クラスから継承されたメソッド org.iplass.mtp.entity.query.hint.Hint
externalHint
-
コンストラクタの詳細
-
NoIndexHint
public NoIndexHint() -
NoIndexHint
-
NoIndexHint
-
-
メソッドの詳細
-
getPropertyNameList
-
setPropertyNameList
-
add
-
hashCode
public int hashCode() -
equals
-
toString
-
accept
-
accept
-