public class DBParam extends Object implements DataStoreParamIntf
MAX_SCALE| Constructor and Description |
|---|
DBParam(String aName,
int aPosition,
int aSqlDataType) |
DBParam(String aName,
int aPosition,
int aSqlDataType,
boolean aPrimaryKey,
boolean anIdentity) |
| Modifier and Type | Method and Description |
|---|---|
DBParam |
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() |
public DBParam(String aName, int aPosition, int aSqlDataType)
public DBParam(String aName, int aPosition, int aSqlDataType, boolean aPrimaryKey, boolean anIdentity)
public String toString()
toString in interface DataStoreParamIntftoString in class Objectpublic int getDataType()
getDataType in interface DataStoreParamIntfpublic void setDataType(int aDataType)
setDataType in interface DataStoreParamIntfpublic DBParam cloneDBParam()
cloneDBParam in interface DataStoreParamIntfpublic void setPrimaryKey(boolean aKey)
setPrimaryKey in interface DataStoreParamIntfpublic void setIdentity(boolean anIdentity)
setIdentity in interface DataStoreParamIntfpublic boolean isUse()
isUse in interface DataStoreParamIntfpublic void setUse(boolean anUse)
setUse in interface DataStoreParamIntfpublic boolean isPrimaryKey()
isPrimaryKey in interface DataStoreParamIntfpublic boolean isIdentity()
isIdentity in interface DataStoreParamIntfpublic String getName()
getName in interface DataStoreParamIntfpublic Object getValue()
getValue in interface DataStoreParamIntfpublic Object getValue(int aRow)
getValue in interface DataStoreParamIntfpublic Object getValueStr()
getValueStr in interface DataStoreParamIntfpublic Object getValueStr(int aRow)
getValueStr in interface DataStoreParamIntfpublic Format getFormat()
getFormat in interface DataStoreParamIntfpublic void setFormat(Format aFormat)
setFormat in interface DataStoreParamIntfpublic void setObjectWithHandler(String aValue) throws Exception
setObjectWithHandler in interface DataStoreParamIntfExceptionpublic void setObject(String aValue)
setObject in interface DataStoreParamIntfpublic void setObject(Object aValue)
setObject in interface DataStoreParamIntfpublic void setObjectList(String aValue)
setObjectList in interface DataStoreParamIntfpublic void setObjectList(Object aValue)
setObjectList in interface DataStoreParamIntfpublic boolean isBatchMode()
isBatchMode in interface DataStoreParamIntfpublic int getPosition()
getPosition in interface DataStoreParamIntfpublic void setPosition(int aPosition)
setPosition in interface DataStoreParamIntfpublic int getSqlDataType()
getSqlDataType in interface DataStoreParamIntfpublic void setSqlDataType(int aType)
setSqlDataType in interface DataStoreParamIntfCopyright © 2020. All rights reserved.