public class ResulSetControlerBase.ResultSetEntryBase extends java.lang.Object implements ResulSetControler.ResultSetEntry
| Constructor and Description |
|---|
ResultSetEntryBase(JDBCConnection conn,
java.sql.ResultSet resulSet,
java.lang.String sql,
FeatureAttributeDescriptor[] columns,
java.lang.String[] extraValueNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.sql.ResultSet |
get() |
byte[] |
getBytes(int columnIndex) |
FeatureAttributeDescriptor[] |
getColumns() |
java.lang.String[] |
getExtraValueNames() |
int |
getID() |
java.lang.Object |
getObject(int columnIndex) |
java.lang.String |
getSQL() |
boolean |
isZombie() |
boolean |
next() |
public ResultSetEntryBase(JDBCConnection conn, java.sql.ResultSet resulSet, java.lang.String sql, FeatureAttributeDescriptor[] columns, java.lang.String[] extraValueNames)
public java.sql.ResultSet get()
get in interface ResulSetControler.ResultSetEntrypublic int getID()
getID in interface ResulSetControler.ResultSetEntrypublic boolean isZombie()
isZombie in interface ResulSetControler.ResultSetEntrypublic java.lang.String getSQL()
getSQL in interface ResulSetControler.ResultSetEntrypublic java.lang.String[] getExtraValueNames()
getExtraValueNames in interface ResulSetControler.ResultSetEntrypublic FeatureAttributeDescriptor[] getColumns()
getColumns in interface ResulSetControler.ResultSetEntrypublic java.lang.Object getObject(int columnIndex)
throws java.sql.SQLException
getObject in interface ResulSetControler.ResultSetEntryjava.sql.SQLExceptionpublic byte[] getBytes(int columnIndex)
throws java.sql.SQLException
getBytes in interface ResulSetControler.ResultSetEntryjava.sql.SQLExceptionpublic boolean next()
throws java.sql.SQLException
next in interface ResulSetControler.ResultSetEntryjava.sql.SQLExceptionpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception