| Modifier and Type | Interface and Description |
|---|---|
interface |
Rows
Interface for reading results from a database query.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Table |
Schema.addTableFromRow(String tableName,
Row r) |
static SqlArgs.Builder |
SqlArgs.fromMetadata(Row r) |
T |
RowHandler.process(Row r) |
SqlArgs |
SqlArgs.Builder.read(Row r) |
static SqlArgs |
SqlArgs.readRow(Row r)
Convenience method for reading a single row.
|
| Constructor and Description |
|---|
Builder(Row r) |
Copyright © 2020. All rights reserved.