|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pt.jcodeutil.core.sql.DataSet
Class that represents the match Column Name - Column value in an SQL Select statement.
Title: DataSet
Description: A DataSet that contains the information about a select to the database. It constructs the DataSet from a ResultSet.
Inner Class Summary | |
protected class |
DataSet.DataRow
Class that contains the information about one row of data. |
Constructor Summary | |
DataSet()
Instanciates a DataSet. |
Method Summary | |
void |
addRow(DataSet.DataRow row)
Add a row of data. |
java.util.ArrayList |
getDataSet()
Return the resultset with the data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataSet()
Method Detail |
public void addRow(DataSet.DataRow row)
row
- the row to be added.public java.util.ArrayList getDataSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |