public interface RowResult
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> T |
get(int columnIndex,
Class<T> type) |
boolean |
next() |
boolean next()
void close()
<T> T get(int columnIndex,
Class<T> type)
Copyright © 2022 The Apache Software Foundation. All rights reserved.