![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.sql.MultiCursor:

Definition at line 53 of file MultiCursor.java.
Public Member Functions | |
| MultiCursor (Session session) throws SQLException | |
| MultiCursor (Session session, Cursor cursor) throws SQLException | |
| void | appendCursor (Session session, Cursor cursor) throws SQLException |
| void | beforeFirst () throws SQLException |
| Position the cursor before the first row. | |
| boolean | next () throws SQLException |
| Advance the cursor and return true if we advanced to a valid row. | |
| boolean | prev () throws SQLException |
| Move the cursor back one row and return true if we moved back to a valid row. | |
| void | close () throws SQLException |
| Close the cursor and free up any resources (including closing the cursor's transaction if that is feasible) used by the cursor. | |
Package Attributes | |
| ArrayList | cursors = new ArrayList() |
| int | cursorNum = 0 |
|
|
Definition at line 57 of file MultiCursor.java. |
|
||||||||||||
|
Definition at line 61 of file MultiCursor.java. References com.quadcap.sql.MultiCursor.appendCursor(). |
|
||||||||||||
|
Definition at line 66 of file MultiCursor.java. References com.quadcap.sql.MultiCursor.appendCursor(), and com.quadcap.sql.MultiCursor.cursors. Referenced by com.quadcap.sql.MultiCursor.appendCursor(), com.quadcap.sql.JoinedTable.getCursor(), and com.quadcap.sql.MultiCursor.MultiCursor(). |
|
|
Position the cursor before the first row.
Reimplemented from com.quadcap.sql.FilterCursor. Definition at line 74 of file MultiCursor.java. References com.quadcap.sql.Cursor.beforeFirst(), com.quadcap.sql.MultiCursor.cursorNum, and com.quadcap.sql.MultiCursor.cursors. |
|
|
Close the cursor and free up any resources (including closing the cursor's transaction if that is feasible) used by the cursor.
Reimplemented from com.quadcap.sql.FilterCursor. Definition at line 97 of file MultiCursor.java. References com.quadcap.sql.MultiCursor.cursors. |
|
|
Advance the cursor and return true if we advanced to a valid row.
Reimplemented from com.quadcap.sql.FilterCursor. Definition at line 83 of file MultiCursor.java. References com.quadcap.sql.Cursor.beforeFirst(), com.quadcap.sql.MultiCursor.cursorNum, com.quadcap.sql.MultiCursor.cursors, and com.quadcap.sql.Cursor.next(). |
|
|
Move the cursor back one row and return true if we moved back to a valid row.
Reimplemented from com.quadcap.sql.FilterCursor. Definition at line 93 of file MultiCursor.java. |
|
|
Definition at line 55 of file MultiCursor.java. Referenced by com.quadcap.sql.MultiCursor.beforeFirst(), and com.quadcap.sql.MultiCursor.next(). |
|
|
Definition at line 54 of file MultiCursor.java. Referenced by com.quadcap.sql.MultiCursor.appendCursor(), com.quadcap.sql.MultiCursor.beforeFirst(), com.quadcap.sql.MultiCursor.close(), and com.quadcap.sql.MultiCursor.next(). |