public class MbTable
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
first()
Moves the cursor to the first row.
|
java.lang.Object |
getValue(java.lang.String name)
Returns a java object representing the data in the named column on the current row.
|
boolean |
isFirst()
Checks whether the cursor is pointing to the first row.
|
boolean |
isLast()
Checks whether the cursor is pointing to the last row.
|
boolean |
last()
Moves the cursor to the last row.
|
boolean |
lastMove()
Returns the state of the last move.
|
boolean |
moveToRow(int row)
Moves the cursor to the row given by the 'row' parameter (first row is index zero).
|
boolean |
next()
Moves the cursor to the next row.
|
boolean |
previous()
Moves the cursor to the previous row.
|
int |
size()
Returns the number of rows in the table.
|
public boolean moveToRow(int row)
row
- The row to move to in the table.public boolean isFirst()
public boolean first()
public boolean isLast()
public boolean last()
public boolean next()
public boolean previous()
public boolean lastMove()
public int size()
public java.lang.Object getValue(java.lang.String name)
MbDate
MbTime
MbTimestamp
Boolean
byte[]
String
Integer
Double
Float
BitSet