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
BasicException
String getString(int columnIndex) throws BasicException
BasicException
Double getDouble(int columnIndex) throws BasicException
BasicException
Boolean getBoolean(int columnIndex) throws BasicException
BasicException
Date getTimestamp(int columnIndex) throws BasicException
BasicException
byte[] getBytes(int columnIndex) throws BasicException
BasicException
Object getObject(int columnIndex) throws BasicException
BasicException
DataField[] getDataField() throws BasicException
BasicException
Copyright © 2021. All rights reserved.