Package com.impossibl.postgres.jdbc
Class PGStruct
- java.lang.Object
-
- com.impossibl.postgres.jdbc.PGStruct
-
- All Implemented Interfaces:
Struct
- Direct Known Subclasses:
PGBuffersStruct,PGValuesStruct
public abstract class PGStruct extends Object implements Struct
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Object[]getAttributes()abstract Object[]getAttributes(Context context)Object[]getAttributes(Map<String,Class<?>> typeMap)Type[]getAttributeTypes()StringgetSQLTypeName()
-
-
-
Method Detail
-
getAttributeTypes
public Type[] getAttributeTypes()
-
getSQLTypeName
public String getSQLTypeName()
- Specified by:
getSQLTypeNamein interfaceStruct
-
getAttributes
public Object[] getAttributes() throws SQLException
- Specified by:
getAttributesin interfaceStruct- Throws:
SQLException
-
getAttributes
public Object[] getAttributes(Map<String,Class<?>> typeMap) throws SQLException
- Specified by:
getAttributesin interfaceStruct- Throws:
SQLException
-
getAttributes
public abstract Object[] getAttributes(Context context) throws IOException
- Throws:
IOException
-
-