Uses of Class
org.zalando.typemapper.postgres.PgRow
-
Packages that use PgRow Package Description org.zalando.typemapper.postgres -
-
Uses of PgRow in org.zalando.typemapper.postgres
Methods in org.zalando.typemapper.postgres that return PgRow Modifier and Type Method Description static PgRowPgTypeHelper. asPGobject(Object o)static PgRowPgTypeHelper. asPGobject(Object o, String typeHint)static PgRowPgTypeHelper. asPGobject(Object o, String typeHint, Connection connection)static PgRowPgTypeHelper. asPGobject(Object o, String typeHint, Connection connection, boolean forceTypeHint)static PgRowPgRow. ROW(Object... array)static PgRowPgRow. ROW(Collection<?> collection)
-