public interface DataStoreParamIntf
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SCALE |
| Modifier and Type | Method and Description |
|---|---|
DataStoreParamIntf |
cloneDBParam() |
int |
getDataType() |
Format |
getFormat() |
String |
getName() |
int |
getPosition() |
int |
getSqlDataType() |
Object |
getValue() |
Object |
getValue(int aRow) |
Object |
getValueStr() |
Object |
getValueStr(int aRow) |
boolean |
isBatchMode() |
boolean |
isIdentity() |
boolean |
isPrimaryKey() |
boolean |
isUse() |
void |
setDataType(int aDataType) |
void |
setFormat(Format aFormat) |
void |
setIdentity(boolean anIdentity) |
void |
setObject(Object aValue) |
void |
setObject(String aValue) |
void |
setObjectList(Object aValue) |
void |
setObjectList(String aValue) |
void |
setObjectWithHandler(String aValue) |
void |
setPosition(int aPosition) |
void |
setPrimaryKey(boolean aKey) |
void |
setSqlDataType(int aType) |
void |
setUse(boolean anUse) |
String |
toString() |
static final int MAX_SCALE
int getDataType()
void setDataType(int aDataType)
DataStoreParamIntf cloneDBParam()
void setPrimaryKey(boolean aKey)
void setIdentity(boolean anIdentity)
boolean isUse()
void setUse(boolean anUse)
boolean isPrimaryKey()
boolean isIdentity()
String getName()
Object getValue()
Object getValue(int aRow)
Object getValueStr()
Object getValueStr(int aRow)
Format getFormat()
void setFormat(Format aFormat)
void setObject(String aValue)
void setObject(Object aValue)
void setObjectList(String aValue)
void setObjectList(Object aValue)
boolean isBatchMode()
int getPosition()
void setPosition(int aPosition)
int getSqlDataType()
void setSqlDataType(int aType)
Copyright © 2020. All rights reserved.