public abstract class AbstractRowSet extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MonetDBToJavaMapping[] |
mappings
The MonetDB-To-Java mappings of the columns.
|
protected MonetDBRow[] |
rows
The rows of this set.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRowSet(AbstractConnectionResult table,
Object[][] rows) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getColumnIndexByName(String columnName)
Gets a column index in the result set by name.
|
int |
getNumberOfColumns()
Gets the number of columns in this set.
|
AbstractConnectionResult |
getQueryResultTable()
Gets the original query result set this row set belongs.
|
protected final MonetDBToJavaMapping[] mappings
protected final MonetDBRow[] rows
protected AbstractRowSet(AbstractConnectionResult table, Object[][] rows)
public AbstractConnectionResult getQueryResultTable()
public int getNumberOfColumns()
public abstract int getColumnIndexByName(String columnName)
columnName - The column nameCopyright © 2017. All rights reserved.