| Constructor and Description |
|---|
PGStruct(PGConnectionImpl connection,
String typeName,
Type[] attributeTypes,
Object[] values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object[] |
getAttributes() |
Object[] |
getAttributes(Map<String,Class<?>> map) |
Type[] |
getAttributeTypes() |
String |
getSQLTypeName() |
int |
hashCode() |
public PGStruct(PGConnectionImpl connection, String typeName, Type[] attributeTypes, Object[] values)
public Type[] getAttributeTypes()
public String getSQLTypeName() throws SQLException
getSQLTypeName in interface StructSQLExceptionpublic Object[] getAttributes() throws SQLException
getAttributes in interface StructSQLExceptionpublic Object[] getAttributes(Map<String,Class<?>> map) throws SQLException
getAttributes in interface StructSQLExceptionCopyright © 2013–2017 impossibl.com. All rights reserved.