Package org.zalando.typemapper.postgres
Class PgRow
java.lang.Object
org.postgresql.util.PGobject
org.zalando.typemapper.postgres.PgRow
- All Implemented Interfaces:
Serializable,Cloneable
public final class PgRow
extends org.postgresql.util.PGobject
- See Also:
-
Field Summary
Fields inherited from class org.postgresql.util.PGobject
type, value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPgRow(String recordTypeName, Collection<Object> c) PgRow(PgTypeHelper.PgTypeDataHolder typeDataHolder) PgRow(PgTypeHelper.PgTypeDataHolder typeDataHolder, Connection connection) -
Method Summary
Modifier and TypeMethodDescriptionorg.postgresql.util.PGobjectasPGobject(String recordTypeName) static PgRowstatic PgRowROW(Collection<?> collection) toString()Methods inherited from class org.postgresql.util.PGobject
clone, equals, equals, getType, getValue, hashCode, isNull, setType, setValue
-
Constructor Details
-
PgRow
- Throws:
SQLException
-
PgRow
- Throws:
SQLException
-
PgRow
public PgRow(PgTypeHelper.PgTypeDataHolder typeDataHolder, Connection connection) throws SQLException - Throws:
SQLException
-
-
Method Details
-
ROW
- Throws:
SQLException
-
ROW
- Throws:
SQLException
-
toString
- Overrides:
toStringin classorg.postgresql.util.PGobject
-
asPGobject
- Throws:
SQLException
-