public class StoredProcedureParameter extends Object
| Constructor and Description |
|---|
StoredProcedureParameter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getType()
Gets the type as a byte[].
|
String |
getTypeString()
Gets the type as a UTF8 String.
|
byte[] |
getValue()
Gets the value as a byte[].
|
String |
getValueString()
Gets the value as a UTF8 String.
|
void |
setType(byte[] type)
Sets the type.
|
void |
setValue(byte[] value)
Sets the value.
|
public String getTypeString()
public String getValueString()
public byte[] getType()
public void setType(byte[] type)
type - The type as a byte[].public byte[] getValue()
public void setValue(byte[] value)
value - The value as a byte[].Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.