public class ProcParamBean extends Object implements SQLItem
Modifier and Type | Field and Description |
---|---|
static int |
DIRECTION_IN |
static int |
DIRECTION_INOUT |
static int |
DIRECTION_OUT |
Constructor and Description |
---|
ProcParamBean() |
Modifier and Type | Method and Description |
---|---|
SQLItem |
clone(Object object) |
int |
getDirection() |
int |
getIndex() |
int |
getMaxLength() |
boolean |
getNull() |
int |
getScale() |
int |
getType() |
Object |
getValue() |
Object |
getValueForCF() |
String |
getVariable() |
boolean |
isNulls() |
boolean |
isValueSet() |
void |
setDirection(int direction) |
void |
setIndex(int index) |
void |
setMaxLength(int maxLength) |
void |
setNull(boolean _null) |
void |
setNulls(boolean nulls) |
void |
setScale(int scale) |
void |
setType(int sqlType) |
void |
setValue(Object value) |
void |
setVariable(String variable) |
public static final int DIRECTION_IN
public static final int DIRECTION_OUT
public static final int DIRECTION_INOUT
public ProcParamBean()
public int getType()
public void setType(int sqlType)
public boolean getNull()
public void setNull(boolean _null)
ignoreNull
- The ignoreNull to set.public int getMaxLength()
public void setMaxLength(int maxLength)
maxLength
- The maxLength to set.public int getScale()
public void setScale(int scale)
public int getDirection()
public void setDirection(int direction)
type
- The type to set.public String getVariable()
public void setVariable(String variable)
variable
- The variable to set.public int getIndex()
public void setIndex(int index)
index
- The index to set.public Object getValueForCF() throws PageException
getValueForCF
in interface SQLItem
PageException
public boolean isNulls()
public boolean isValueSet()
isValueSet
in interface SQLItem
Copyright © 2015 Lucee