public static final class BindParams.Param extends Object implements Serializable
| Constructor and Description |
|---|
BindParams.Param()
Construct a Parameter.
|
| Modifier and Type | Method and Description |
|---|---|
BindParams.Param |
copy()
Create a deep copy of the Param.
|
boolean |
equals(Object o) |
Object |
getInValue()
Return the In value.
|
Object |
getOutValue()
Return the OUT value that was retrieved.
|
int |
getTextLocation()
Return the location this parameter was found in the sql text.
|
int |
getType()
Return the jdbc type of this parameter.
|
int |
hashCode() |
boolean |
isEncryptionKey()
If true do not include this value in a transaction log.
|
boolean |
isInParam()
Return true if this is an In parameter that needs to be bound before
execution.
|
boolean |
isOutParam()
Return true if this is an out parameter that needs to be registered
before execution.
|
int |
queryBindCount() |
void |
setEncryptionKey(Object in)
Set an encryption key (which can not be logged).
|
void |
setInNullType(int type)
Specify that the In parameter is NULL and the specific type that it
is.
|
void |
setInValue(Object in)
Set the In value.
|
void |
setOutType(int type)
Set the Out parameter type.
|
void |
setOutValue(Object out)
Set the OUT value returned by a CallableStatement after it has
executed.
|
void |
setTextLocation(int textLocation)
Set the location in the sql text this parameter was located.
|
public int queryBindCount()
public BindParams.Param copy()
public boolean isInParam()
public boolean isOutParam()
public int getType()
public void setOutType(int type)
public void setInValue(Object in)
public void setEncryptionKey(Object in)
public void setInNullType(int type)
public Object getOutValue()
public Object getInValue()
public void setOutValue(Object out)
public int getTextLocation()
public void setTextLocation(int textLocation)
public boolean isEncryptionKey()
Copyright © 2014. All Rights Reserved.