public abstract class StoredProcedureParameter extends Object
Modifier | Constructor and Description |
---|---|
protected |
StoredProcedureParameter(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name of this Stored Procedure Parameter.
|
int |
hashCode() |
String |
toString() |
protected final String name
protected StoredProcedureParameter(String name)
public String getName()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2017. All rights reserved.