public class HashQuery extends Object
| Constructor and Description |
|---|
HashQuery(HashQueryPlan planHash,
int bindHash)
Create the HashQuery.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getBindHash()
Return the bind values hash.
|
HashQueryPlan |
getPlanHash()
Return the query plan hash.
|
int |
hashCode() |
public HashQuery(HashQueryPlan planHash, int bindHash)
Copyright © 2014. All Rights Reserved.