Package wt.query

Interface QueryHint

All Superinterfaces:
Externalizable, Serializable

public interface QueryHint extends Externalizable


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 queryHintList = new ArrayList(); queryHintList.add(queryHint); querySpec.appendQueryHint(queryHintList)