Package com.impossibl.postgres.jdbc
Class PGValuesStruct
- java.lang.Object
-
- com.impossibl.postgres.jdbc.PGStruct
-
- com.impossibl.postgres.jdbc.PGValuesStruct
-
- All Implemented Interfaces:
java.sql.Struct
public class PGValuesStruct extends PGStruct
-
-
Field Summary
-
Fields inherited from class com.impossibl.postgres.jdbc.PGStruct
attributeTypes, context, typeName
-
-
Constructor Summary
Constructors Constructor Description PGValuesStruct(Context context, java.lang.String typeName, Type[] attributeTypes, java.lang.Object[] attributeValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.Object[]
getAttributes(Context context)
int
hashCode()
-
Methods inherited from class com.impossibl.postgres.jdbc.PGStruct
getAttributes, getAttributes, getAttributeTypes, getSQLTypeName
-
-
-
-
Method Detail
-
getAttributes
public java.lang.Object[] getAttributes(Context context)
- Specified by:
getAttributes
in classPGStruct
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-