public class DataBooleanDB extends TypeDB
columnName, columnPosition, dbType, duplicate, fieldFormat, inOut, nullAllowed, precision, scale, size_percision, tableName, typeNEW_LINE| Constructor and Description |
|---|
DataBooleanDB() |
DataBooleanDB(TypeDB aType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
getDefError() |
Object |
getFieldData(ResultSet rs,
int aRow) |
Object |
getSqlOutParam(CallableStatement aCall) |
TypeIntf |
initTypeIntf() |
void |
setDataIntf(DataIntf aData) |
int |
setFieldData(ResultSet rs,
int aRow) |
int |
setSQLField(PreparedStatement stmt,
int aRow,
int aColPos) |
createDBParam, displaySQLEx, getColumnName, getColumnPosition, getFieldName, getFieldNumber, getFormat, getInOutParam, getLength, getPrecision, getScale, getTableName, getType, getTypeIntf, isDuplicate, isIdentity, isNullAllowed, isPrimaryKey, output, setColumnName, setColumnPosition, setDuplicate, setFieldName, setFieldNumber, setFormat, setIdentity, setInOutParam, setNullFlag, setPrecision, setPrimaryKey, setScale, setSize, setTableName, setType, setTypeIntfpublic DataBooleanDB()
public DataBooleanDB(TypeDB aType)
public Object clone()
clone in interface TypeDBIntfclone in class TypeDBpublic void setDataIntf(DataIntf aData)
setDataIntf in interface TypeBaseIntfsetDataIntf in class TypeDBpublic TypeIntf initTypeIntf()
initTypeIntf in interface TypeDBIntfinitTypeIntf in class TypeDBpublic Object getSqlOutParam(CallableStatement aCall)
getSqlOutParam in interface TypeDBIntfgetSqlOutParam in class TypeDBpublic Object getFieldData(ResultSet rs, int aRow)
getFieldData in class TypeDBpublic int setFieldData(ResultSet rs, int aRow)
setFieldData in interface TypeDBIntfsetFieldData in class TypeDBpublic int setSQLField(PreparedStatement stmt, int aRow, int aColPos)
setSQLField in interface TypeDBIntfsetSQLField in class TypeDBpublic int getDefError()
getDefError in class TypeDBCopyright © 2020. All rights reserved.