Package net.ontopia.topicmaps.impl.rdbms
Class ParameterArray
java.lang.Object
net.ontopia.topicmaps.impl.rdbms.ParameterArray
- All Implemented Interfaces:
Externalizable,Serializable
INTERNAL: Object wrapper class for query parameter array. This
wrapper class is purely used to make it possible to use arrays as
map keys.
- See Also:
-
Field Details
-
params
-
-
Constructor Details
-
ParameterArray
public ParameterArray() -
ParameterArray
-
-
Method Details
-
getArray
-
toString
-
hashCode
public int hashCode() -
equals
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
clone
-