Package com.impossibl.postgres.jdbc
Class PGValuesStruct
- java.lang.Object
-
- com.impossibl.postgres.jdbc.PGStruct
-
- com.impossibl.postgres.jdbc.PGValuesStruct
-
-
Field Summary
-
Fields inherited from class com.impossibl.postgres.jdbc.PGStruct
attributeTypes, context, typeName
-
-
Constructor Summary
Constructors Constructor Description PGValuesStruct(Context context, String typeName, Type[] attributeTypes, Object[] attributeValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Object[]
getAttributes(Context context)
int
hashCode()
-
Methods inherited from class com.impossibl.postgres.jdbc.PGStruct
getAttributes, getAttributes, getAttributeTypes, getSQLTypeName
-
-