public interface DataRead
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(int columnIndex) |
byte[] |
getBytes(int columnIndex) |
DataField[] |
getDataField() |
Double |
getDouble(int columnIndex) |
Integer |
getInt(int columnIndex) |
Object |
getObject(int columnIndex) |
String |
getString(int columnIndex) |
Date |
getTimestamp(int columnIndex) |
Integer getInt(int columnIndex) throws BasicException
BasicExceptionString getString(int columnIndex) throws BasicException
BasicExceptionDouble getDouble(int columnIndex) throws BasicException
BasicExceptionBoolean getBoolean(int columnIndex) throws BasicException
BasicExceptionDate getTimestamp(int columnIndex) throws BasicException
BasicExceptionbyte[] getBytes(int columnIndex)
throws BasicException
BasicExceptionObject getObject(int columnIndex) throws BasicException
BasicExceptionDataField[] getDataField() throws BasicException
BasicExceptionCopyright © 2021. All rights reserved.