Class ResulSetControlerBase.ResultSetEntryBase
java.lang.Object
org.gvsig.fmap.dal.store.jdbc2.impl.ResulSetControlerBase.ResultSetEntryBase
- All Implemented Interfaces:
AutoCloseable,ResulSetControler.ResultSetEntry
- Enclosing class:
ResulSetControlerBase
public class ResulSetControlerBase.ResultSetEntryBase
extends Object
implements ResulSetControler.ResultSetEntry
-
Constructor Summary
ConstructorsConstructorDescriptionResultSetEntryBase(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn, ResultSet resulSet, String sql, org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor[] columns, String[] extraValueNames) -
Method Summary
-
Constructor Details
-
ResultSetEntryBase
-
-
Method Details
-
get
- Specified by:
getin interfaceResulSetControler.ResultSetEntry
-
getID
public int getID()- Specified by:
getIDin interfaceResulSetControler.ResultSetEntry
-
isZombie
public boolean isZombie()- Specified by:
isZombiein interfaceResulSetControler.ResultSetEntry
-
getSQL
- Specified by:
getSQLin interfaceResulSetControler.ResultSetEntry
-
getExtraValueNames
- Specified by:
getExtraValueNamesin interfaceResulSetControler.ResultSetEntry
-
getColumns
public org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor[] getColumns()- Specified by:
getColumnsin interfaceResulSetControler.ResultSetEntry
-
getObject
- Specified by:
getObjectin interfaceResulSetControler.ResultSetEntry- Throws:
SQLException
-
getBytes
- Specified by:
getBytesin interfaceResulSetControler.ResultSetEntry- Throws:
SQLException
-
next
- Specified by:
nextin interfaceResulSetControler.ResultSetEntry- Throws:
SQLException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-