public interface VersatileDataSource
| Modifier and Type | Method and Description |
|---|---|
int |
columnIndex(java.lang.String name)
Obtain the column index for the specified name.
|
java.lang.String[] |
readLine()
Read a line from the source.
|
void |
rewind()
Rewind the source back to the beginning.
|
java.lang.String[] readLine()
void rewind()
int columnIndex(java.lang.String name)
name - The column name.