public class BindVarReturnValue
extends Object
| Constructor and Description |
|---|
BindVarReturnValue(Object value,
String code)
Instantiates a new bind var return value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the code which will be used in the automatically generated SQL
|
Object |
getValue()
Gets the actual column value returned by the function.
|
void |
setCode(String code)
Sets the code which will be used in the automatically generated SQL.
|
void |
setValue(Object value)
Sets the actual column value returned by the function.
|
public BindVarReturnValue(Object value,
String code)
value - the valuecode - the codepublic Object getValue()
public void setValue(Object value)
value - the new valuepublic String getCode()
public void setCode(String code)
code - the new codeCopyright © 2010-2020 Toolsverse. All Rights Reserved.