Package wt.query
Interface QueryHint
- All Superinterfaces:
Externalizable,Serializable
Supported API: true This interface allows developer to create datastore specific hint and pass it on to QuerySpec. Ex - QueryHint queryHint = QueryHintFactory.createSQLServerTableHint(wtPartIdx, "wtpart.forcescan"); ArrayList
-
Method Summary
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal