|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.util.db.DatabaseResults
A database result container.
| Nested Class Summary | |
class |
DatabaseResults.Row
A database results row. |
| Method Summary | |
int |
getColumnCount()
Returns the number of columns in the result. |
int |
getColumnPosition(java.lang.String name)
Returns the column position, starting from zero (0). |
DatabaseResults.Row |
getRow(int row)
Returns a specified row in the result. |
int |
getRowCount()
Returns the number of rows in the result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getColumnCount()
public int getColumnPosition(java.lang.String name)
name - the column name
public int getRowCount()
public DatabaseResults.Row getRow(int row)
throws DatabaseDataException
row - the row number
DatabaseDataException - if the row number was out of
bounds
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||