void |
ExaIterator.emit(Object... values) |
Emit an output row.
|
BigDecimal |
ExaIterator.getBigDecimal(int column) |
Get the value of the column at the given index as BigDecimal.
|
BigDecimal |
ExaIterator.getBigDecimal(String name) |
Get the value of the column with the given name as BigDecimal.
|
Boolean |
ExaIterator.getBoolean(int column) |
Get the value of the column at the given index as Boolean.
|
Boolean |
ExaIterator.getBoolean(String name) |
Get the value of the column with the given name as Boolean.
|
Date |
ExaIterator.getDate(int column) |
Get the value of the column at the given index as Date.
|
Date |
ExaIterator.getDate(String name) |
Get the value of the column with the given name as Date.
|
Double |
ExaIterator.getDouble(int column) |
Get the value of the column at the given index as Double.
|
Double |
ExaIterator.getDouble(String name) |
Get the value of the column with the given name as Double.
|
Integer |
ExaIterator.getInteger(int column) |
Get the value of the column at the given index as Integer.
|
Integer |
ExaIterator.getInteger(String name) |
Get the value of the column with the given name as Integer.
|
Long |
ExaIterator.getLong(int column) |
Get the value of the column at the given index as Long.
|
Long |
ExaIterator.getLong(String name) |
Get the value of the column at the given index as Long.
|
Object |
ExaIterator.getObject(int column) |
Get the value of the column at the given index as Object.
|
Object |
ExaIterator.getObject(String name) |
Get the value of the column with the given name as Object.
|
String |
ExaIterator.getString(int column) |
Get the value of the column at the given index as String.
|
String |
ExaIterator.getString(String name) |
Get the value of the column with the given name as String.
|
Timestamp |
ExaIterator.getTimestamp(int column) |
Get the value of the column with the given name as Timestamp.
|
Timestamp |
ExaIterator.getTimestamp(String name) |
Get the value of the column with the given name as Timestamp.
|