public interface ObjectConverter<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ObjectConverter.ColumnInfo |
static interface |
ObjectConverter.Reader<T> |
| Modifier and Type | Method and Description |
|---|---|
default T |
from(PostgresReader reader) |
T |
from(PostgresReader reader,
int context) |
String |
getDbName() |
PostgresTuple |
to(T instance) |
T from(PostgresReader reader, int context) throws IOException
IOExceptiondefault T from(PostgresReader reader) throws IOException
IOExceptionPostgresTuple to(T instance)
String getDbName()
Copyright © 2015. All rights reserved.