|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--kotkabeans.RSContainer
Stores ResultSet's data. Database connection must be open for initializing this bean.
| Field Summary | |
protected java.util.ArrayList |
rows
ResultSet's rows |
| Constructor Summary | |
RSContainer()
|
|
RSContainer(java.sql.ResultSet rs)
Constructor that saves all ResultSet's data to a ArrayList. |
|
| Method Summary | |
java.util.ArrayList |
getRows()
Simple access method to get ResultSet's rows. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.ArrayList rows
| Constructor Detail |
public RSContainer()
public RSContainer(java.sql.ResultSet rs)
throws java.lang.Exception
rs - ResultSet needs open database connection in bean that uses this one.| Method Detail |
public java.util.ArrayList getRows()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||