| Package | Description |
|---|---|
| com.github.pgasync | |
| com.github.pgasync.impl |
| Modifier and Type | Method and Description |
|---|---|
Row |
ResultSet.row(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Row> |
ResultSet.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
PgRow
Result row, uses
DataConverter for all conversions. |
| Modifier and Type | Method and Description |
|---|---|
Row |
PgResultSet.row(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Row> |
PgResultSet.iterator() |
| Constructor and Description |
|---|
PgResultSet(java.util.Map<java.lang.String,com.github.pgasync.impl.PgColumn> columns,
java.util.List<Row> rows,
int updatedRows) |
Copyright © 2014. All Rights Reserved.