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 Struct
SQLException
public Object[] getAttributes() throws SQLException
getAttributes
in interface Struct
SQLException
public Object[] getAttributes(Map<String,Class<?>> map) throws SQLException
getAttributes
in interface Struct
SQLException
Copyright © 2013–2017 impossibl.com. All rights reserved.