|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.platform.plugin.services.connections.sql.SQLResultSet
public class SQLResultSet
Constructor Summary | |
---|---|
SQLResultSet(ResultSet nativeResultSet,
SQLConnection nativeConnection)
|
Method Summary | |
---|---|
void |
beforeFirst()
|
void |
close()
|
void |
closeConnection()
|
void |
dispose()
|
int |
getColumnCount()
Returns the column count from the result set. |
Object[] |
getDataColumn(int column)
|
Object[] |
getDataRow(int row)
|
org.pentaho.commons.connection.IPentahoMetaData |
getMetaData()
|
int |
getRowCount()
Get a rowCount from the resultset. |
Object |
getValueAt(int row,
int column)
Returns the value of the specified row and the specified column from within the resultset. |
boolean |
isScrollable()
|
org.pentaho.commons.connection.IPentahoResultSet |
memoryCopy()
|
Object[] |
next()
(non-Javadoc) |
Object[] |
peek()
|
void |
setMetaData(org.pentaho.commons.connection.IPentahoMetaData metadata)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLResultSet(ResultSet nativeResultSet, SQLConnection nativeConnection)
Method Detail |
---|
public void setMetaData(org.pentaho.commons.connection.IPentahoMetaData metadata)
public org.pentaho.commons.connection.IPentahoMetaData getMetaData()
getMetaData
in interface org.pentaho.commons.connection.IPentahoResultSet
public Object[] peek()
peek
in interface org.pentaho.commons.connection.IPeekable
public Object[] next()
next
in interface org.pentaho.commons.connection.IPentahoResultSet
SQLResultSetException
returns null if no more rows
public void closeConnection()
closeConnection
in interface org.pentaho.commons.connection.IPentahoResultSet
public void close()
close
in interface org.pentaho.commons.connection.IPentahoResultSet
public void dispose()
dispose
in interface org.pentaho.commons.connection.IDisposable
public boolean isScrollable()
isScrollable
in interface org.pentaho.commons.connection.IPentahoResultSet
public int getColumnCount()
getColumnCount
in interface org.pentaho.commons.connection.IPentahoResultSet
public int getRowCount()
getRowCount
in interface org.pentaho.commons.connection.IPentahoResultSet
public Object getValueAt(int row, int column)
getValueAt
in interface org.pentaho.commons.connection.IPentahoResultSet
row
- the row index.column
- the column index.
public org.pentaho.commons.connection.IPentahoResultSet memoryCopy()
memoryCopy
in interface org.pentaho.commons.connection.IPentahoResultSet
public void beforeFirst()
beforeFirst
in interface org.pentaho.commons.connection.IPentahoResultSet
public Object[] getDataColumn(int column)
getDataColumn
in interface org.pentaho.commons.connection.IPentahoResultSet
public Object[] getDataRow(int row)
getDataRow
in interface org.pentaho.commons.connection.IPentahoResultSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |