public abstract class PGStruct extends Object implements Struct
| Modifier and Type | Field and Description |
|---|---|
protected Type[] |
attributeTypes |
protected Context |
context |
protected String |
typeName |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getAttributes() |
abstract Object[] |
getAttributes(Context context) |
Object[] |
getAttributes(Map<String,Class<?>> typeMap) |
Type[] |
getAttributeTypes() |
String |
getSQLTypeName() |
protected Context context
protected String typeName
protected Type[] attributeTypes
public Type[] getAttributeTypes()
public String getSQLTypeName()
getSQLTypeName in interface Structpublic Object[] getAttributes() throws SQLException
getAttributes in interface StructSQLExceptionpublic Object[] getAttributes(Map<String,Class<?>> typeMap) throws SQLException
getAttributes in interface StructSQLExceptionpublic abstract Object[] getAttributes(Context context) throws IOException
IOException