|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.zentense.step2.view.View
com.zentense.step2.view.ResultSetView
com.zentense.step2.view.View.Empty
public static final class View.Empty
An empty ResultSetView implementation
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.zentense.step2.view.View |
|---|
View.Empty |
| Field Summary |
|---|
| Fields inherited from class com.zentense.step2.view.View |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
View.Empty()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.String colName)
Gets a column value |
java.lang.String[] |
getCols()
Returns view columns |
int |
getCount()
Gets results total size |
int |
getOrdinal()
Gets the current position of this view. |
int |
getSize()
Gets results size. |
boolean |
next()
Advances the view to the next row. |
void |
open()
Position the view before the first visible row |
| Methods inherited from class com.zentense.step2.view.ResultSetView |
|---|
close, createPrepared, execPrepared, executeQuery, executeUpdate, finalize, first, get, getResultSet, getStart, getStatement, insertRow, set, setPageBounds, setPosition, toString, updateRow |
| Methods inherited from class com.zentense.step2.view.View |
|---|
asDelegated, asDelegatedResultSet, asResultSet, fillFromRow, fillRowFromRequest, getBool, getCachedClone, getColsAsView, getDouble, getIndent, getInt, getRow, getRow, getSum, randomPosition, setPageBounds, setPageBounds, setPageBounds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public View.Empty()
| Method Detail |
|---|
public final java.lang.Object get(java.lang.String colName)
throws java.lang.Exception
View
get in class ResultSetViewcolName - Column name (key)
java.lang.Exceptionpublic final java.lang.String[] getCols()
View
getCols in class ResultSetViewpublic final int getCount()
ResultSetView
getCount in class ResultSetViewpublic final int getSize()
ResultSetView
getSize in class ResultSetView
public final int getOrdinal()
throws java.lang.Exception
View
getOrdinal in class ResultSetViewjava.lang.Exceptionpublic final void open()
View
open in class ResultSetViewpublic final boolean next()
View
next in class ResultSetView
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||