Constructor and Description |
---|
PGStruct(PGConnectionImpl connection,
CompositeType type,
Object[] values) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object[] |
getAttributes() |
Object[] |
getAttributes(Map<String,Class<?>> map) |
String |
getSQLTypeName() |
CompositeType |
getType() |
int |
hashCode() |
public PGStruct(PGConnectionImpl connection, CompositeType type, Object[] values)
public CompositeType getType()
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-2015 impossibl.com. All Rights Reserved.