public static interface ResulSetControler.ResultSetEntry extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
get() |
byte[] |
getBytes(int columnIndex) |
FeatureAttributeDescriptor[] |
getColumns() |
int |
getID() |
Object |
getObject(int columnIndex) |
String |
getSQL() |
boolean |
isZombie() |
boolean |
next() |
closeResultSet get()
int getID()
boolean isZombie()
String getSQL()
FeatureAttributeDescriptor[] getColumns()
Object getObject(int columnIndex) throws SQLException
SQLExceptionbyte[] getBytes(int columnIndex)
throws SQLException
SQLExceptionboolean next()
throws SQLException
SQLException