Package org.gvsig.fmap.dal.store.jdbc2
Interface ResulSetControler.ResultSetEntry
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
ResulSetControlerBase.ResultSetEntryBase
- Enclosing interface:
ResulSetControler
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
get
ResultSet get() -
getID
int getID() -
isZombie
boolean isZombie() -
getSQL
String getSQL() -
getColumns
org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor[] getColumns() -
getExtraValueNames
String[] getExtraValueNames() -
getObject
- Throws:
SQLException
-
getBytes
- Throws:
SQLException
-
next
- Throws:
SQLException
-