| Modifier and Type | Method and Description |
|---|---|
<T> T |
SqlInsertImpl.insertReturning(String tableName,
String primaryKeyColumnName,
RowsHandler<T> handler,
String... otherColumnNames) |
<T> T |
SqlInsert.insertReturning(String tableName,
String primaryKeyColumnName,
RowsHandler<T> rowsHandler,
String... otherColumnNames) |
<T> T |
SqlSelectImpl.query(RowsHandler<T> rowsHandler) |
<T> T |
SqlSelect.query(RowsHandler<T> rowsHandler)
This is the most generic and low-level way to iterate the query results.
|
Copyright © 2016. All rights reserved.