Package com.impossibl.postgres.jdbc
Class PGStruct
- java.lang.Object
- 
- com.impossibl.postgres.jdbc.PGStruct
 
- 
- All Implemented Interfaces:
- java.sql.Struct
 - Direct Known Subclasses:
- PGBuffersStruct,- PGValuesStruct
 
 public abstract class PGStruct extends java.lang.Object implements java.sql.Struct
- 
- 
Field SummaryFields Modifier and Type Field Description protected Type[]attributeTypesprotected Contextcontextprotected java.lang.StringtypeName
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]getAttributes()abstract java.lang.Object[]getAttributes(Context context)java.lang.Object[]getAttributes(java.util.Map<java.lang.String,java.lang.Class<?>> typeMap)Type[]getAttributeTypes()java.lang.StringgetSQLTypeName()
 
- 
- 
- 
Method Detail- 
getAttributeTypespublic Type[] getAttributeTypes() 
 - 
getSQLTypeNamepublic java.lang.String getSQLTypeName() - Specified by:
- getSQLTypeNamein interface- java.sql.Struct
 
 - 
getAttributespublic java.lang.Object[] getAttributes() throws java.sql.SQLException- Specified by:
- getAttributesin interface- java.sql.Struct
- Throws:
- java.sql.SQLException
 
 - 
getAttributespublic java.lang.Object[] getAttributes(java.util.Map<java.lang.String,java.lang.Class<?>> typeMap) throws java.sql.SQLException- Specified by:
- getAttributesin interface- java.sql.Struct
- Throws:
- java.sql.SQLException
 
 - 
getAttributespublic abstract java.lang.Object[] getAttributes(Context context) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
-