| java.lang.Object org.pentaho.data.connection.hql.HQLResultSet
HQLResultSet | public class HQLResultSet implements IPentahoResultSet(Code) | | author: mdamour author: TODO To change the template for this generated type comment go to Window - author: Preferences - Java - Code Style - Code Templates |
HQLResultSet | public HQLResultSet(List list, String columnNames, Type columnTypes)(Code) | | |
beforeFirst | public void beforeFirst()(Code) | | |
close | public void close()(Code) | | |
closeConnection | public void closeConnection()(Code) | | |
dispose | public void dispose()(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | Returns the column count from the result set.
the column count. |
getDataColumn | public Object[] getDataColumn(int column)(Code) | | |
getMetaData | public IPentahoMetaData getMetaData()(Code) | | |
getRowCount | public int getRowCount()(Code) | | Get a rowCount from the resultset. If the resultset
the row count. |
getValueAt | public Object getValueAt(int row, int column)(Code) | | Returns the value of the specified row and the specified column from
within the resultset.
Parameters: row - the row index. Parameters: column - the column index. the value. |
isScrollable | public boolean isScrollable()(Code) | | |
memoryCopy | public IPentahoResultSet memoryCopy()(Code) | | |
setMetaData | public void setMetaData(IPentahoMetaData metadata)(Code) | | |
|
|