|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.ufg.integrate.wrapper.jdbc.IntegrateResultSet
br.ufg.integrate.wrapper.jdbc.impl.ResultSetImpl
br.ufg.integrate.wrapper.jdbc.ResultSetFromDatabaseMetaData
public class ResultSetFromDatabaseMetaData
RowFromResultSet
Field Summary |
---|
Fields inherited from interface java.sql.ResultSet |
---|
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
Constructor Summary | |
---|---|
ResultSetFromDatabaseMetaData(List<RowFromResultSet> rows)
|
Method Summary | |
---|---|
boolean |
absolute(int idx)
Implements method in interface java.sql.ResultSet |
void |
close()
Fecha a coleção de RowFromResultSet. |
int |
findColumn(String columnName)
Implements method in interface java.sql.ResultSet |
boolean |
first()
Implements method in interface java.sql.ResultSet |
boolean |
getBoolean(int columnIndex)
Implements method in interface java.sql.ResultSet |
boolean |
getBoolean(String columnName)
Implements method in interface java.sql.ResultSet |
double |
getDouble(int columnIndex)
Implements method in interface java.sql.ResultSet |
double |
getDouble(String columnName)
Implements method in interface java.sql.ResultSet |
float |
getFloat(int columnIndex)
Implements method in interface java.sql.ResultSet |
float |
getFloat(String columnName)
Implements method in interface java.sql.ResultSet |
int |
getInt(int columnIndex)
Implements method in interface java.sql.ResultSet |
int |
getInt(String columnName)
Implements method in interface java.sql.ResultSet |
long |
getLong(int columnIndex)
Implements method in interface java.sql.ResultSet |
long |
getLong(String columnName)
Implements method in interface java.sql.ResultSet |
short |
getShort(int columnIndex)
Implements method in interface java.sql.ResultSet |
short |
getShort(String columnName)
Implements method in interface java.sql.ResultSet |
String |
getString(int columnIndex)
Implements method in interface java.sql.ResultSet |
String |
getString(String columnName)
Implements method in interface java.sql.ResultSet |
int |
getType()
Retorna ResultSet.TYPE_SCROLL_INSENSITIVE. |
boolean |
isClosed()
Implements method in interface java.sql.ResultSet |
boolean |
isFirst()
Implements method in interface java.sql.ResultSet |
boolean |
isLast()
Implements method in interface java.sql.ResultSet |
boolean |
last()
Implements method in interface java.sql.ResultSet |
boolean |
next()
Implements method in interface java.sql.ResultSet |
boolean |
previous()
Implements method in interface java.sql.ResultSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultSetFromDatabaseMetaData(List<RowFromResultSet> rows)
Method Detail |
---|
public boolean absolute(int idx) throws SQLException
ResultSetImpl
absolute
in interface ResultSet
absolute
in class ResultSetImpl
SQLException
ResultSet.absolute(int)
public void close() throws SQLException
close
in interface ResultSet
close
in class ResultSetImpl
SQLException
ResultSet.close()
public int findColumn(String columnName) throws SQLException
ResultSetImpl
findColumn
in interface ResultSet
findColumn
in class ResultSetImpl
SQLException
ResultSet.findColumn(java.lang.String)
public boolean first() throws SQLException
ResultSetImpl
first
in interface ResultSet
first
in class ResultSetImpl
SQLException
ResultSet.first()
public boolean getBoolean(int columnIndex) throws SQLException
ResultSetImpl
getBoolean
in interface ResultSet
getBoolean
in class ResultSetImpl
SQLException
ResultSet.getBoolean(int)
public boolean getBoolean(String columnName) throws SQLException
ResultSetImpl
getBoolean
in interface ResultSet
getBoolean
in class ResultSetImpl
SQLException
ResultSet.getBoolean(int)
public double getDouble(int columnIndex) throws SQLException
ResultSetImpl
getDouble
in interface ResultSet
getDouble
in class ResultSetImpl
SQLException
ResultSet.getDouble(int)
public double getDouble(String columnName) throws SQLException
ResultSetImpl
getDouble
in interface ResultSet
getDouble
in class ResultSetImpl
SQLException
ResultSet.getDouble(int)
public float getFloat(int columnIndex) throws SQLException
ResultSetImpl
getFloat
in interface ResultSet
getFloat
in class ResultSetImpl
SQLException
ResultSet.getFloat(int)
public float getFloat(String columnName) throws SQLException
ResultSetImpl
getFloat
in interface ResultSet
getFloat
in class ResultSetImpl
SQLException
ResultSet.getFloat(int)
public int getInt(int columnIndex) throws SQLException
ResultSetImpl
getInt
in interface ResultSet
getInt
in class ResultSetImpl
SQLException
ResultSet.getInt(int)
public int getInt(String columnName) throws SQLException
ResultSetImpl
getInt
in interface ResultSet
getInt
in class ResultSetImpl
SQLException
ResultSet.getInt(int)
public long getLong(int columnIndex) throws SQLException
ResultSetImpl
getLong
in interface ResultSet
getLong
in class ResultSetImpl
SQLException
ResultSet.getLong(int)
public long getLong(String columnName) throws SQLException
ResultSetImpl
getLong
in interface ResultSet
getLong
in class ResultSetImpl
SQLException
ResultSet.getLong(int)
public short getShort(int columnIndex) throws SQLException
ResultSetImpl
getShort
in interface ResultSet
getShort
in class ResultSetImpl
SQLException
ResultSet.getShort(int)
public short getShort(String columnName) throws SQLException
ResultSetImpl
getShort
in interface ResultSet
getShort
in class ResultSetImpl
SQLException
ResultSet.getShort(int)
public String getString(int columnIndex) throws SQLException
ResultSetImpl
getString
in interface ResultSet
getString
in class ResultSetImpl
SQLException
ResultSet.getString(int)
public String getString(String columnName) throws SQLException
ResultSetImpl
getString
in interface ResultSet
getString
in class ResultSetImpl
SQLException
ResultSet.getString(int)
public int getType() throws SQLException
getType
in interface ResultSet
getType
in class ResultSetImpl
SQLException
ResultSet.getType()
public boolean isClosed() throws SQLException
ResultSetImpl
isClosed
in interface ResultSet
isClosed
in class ResultSetImpl
SQLException
ResultSet.isClosed()
public boolean isFirst() throws SQLException
ResultSetImpl
isFirst
in interface ResultSet
isFirst
in class ResultSetImpl
SQLException
ResultSet.isFirst()
public boolean isLast() throws SQLException
ResultSetImpl
isLast
in interface ResultSet
isLast
in class ResultSetImpl
SQLException
ResultSet.isLast()
public boolean last() throws SQLException
ResultSetImpl
last
in interface ResultSet
last
in class ResultSetImpl
SQLException
ResultSet.last()
public boolean next() throws SQLException
ResultSetImpl
next
in interface ResultSet
next
in class ResultSetImpl
SQLException
ResultSet.next()
public boolean previous() throws SQLException
ResultSetImpl
previous
in interface ResultSet
previous
in class ResultSetImpl
SQLException
ResultSet.previous()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |