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() |
close
ResultSet get()
int getID()
boolean isZombie()
String getSQL()
FeatureAttributeDescriptor[] getColumns()
Object getObject(int columnIndex) throws SQLException
SQLException
byte[] getBytes(int columnIndex) throws SQLException
SQLException
boolean next() throws SQLException
SQLException