public final class PgRow
extends org.postgresql.util.PGobject
| Modifier | Constructor and Description |
|---|---|
|
PgRow(PgTypeHelper.PgTypeDataHolder typeDataHolder) |
|
PgRow(PgTypeHelper.PgTypeDataHolder typeDataHolder,
Connection connection) |
protected |
PgRow(String recordTypeName,
Collection<Object> c) |
| Modifier and Type | Method and Description |
|---|---|
org.postgresql.util.PGobject |
asPGobject(String recordTypeName) |
static PgRow |
ROW(Collection<?> collection) |
static PgRow |
ROW(Object... array) |
String |
toString() |
protected PgRow(String recordTypeName, Collection<Object> c) throws SQLException
SQLExceptionpublic PgRow(PgTypeHelper.PgTypeDataHolder typeDataHolder) throws SQLException
SQLExceptionpublic PgRow(PgTypeHelper.PgTypeDataHolder typeDataHolder, Connection connection) throws SQLException
SQLExceptionpublic static PgRow ROW(Object... array) throws SQLException
SQLExceptionpublic static PgRow ROW(Collection<?> collection) throws SQLException
SQLExceptionpublic String toString()
toString in class org.postgresql.util.PGobjectpublic org.postgresql.util.PGobject asPGobject(String recordTypeName) throws SQLException
SQLExceptionCopyright © 2012–2022 Zalando SE. All rights reserved.