Package com.impossibl.postgres.jdbc
Class PGBuffersStruct.Text
- java.lang.Object
-
- com.impossibl.postgres.jdbc.PGStruct
-
- com.impossibl.postgres.jdbc.PGBuffersStruct<CharSequence>
-
- com.impossibl.postgres.jdbc.PGBuffersStruct.Text
-
- All Implemented Interfaces:
Struct
- Enclosing class:
- PGBuffersStruct<Buffer>
public static class PGBuffersStruct.Text extends PGBuffersStruct<CharSequence>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.impossibl.postgres.jdbc.PGBuffersStruct
PGBuffersStruct.Binary, PGBuffersStruct.Text
-
-
Field Summary
-
Fields inherited from class com.impossibl.postgres.jdbc.PGStruct
attributeTypes, context, typeName
-
-
Constructor Summary
Constructors Constructor Description Text(Context context, String typeName, Type[] attributeTypes, CharSequence[] attributeBuffers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
getAttribute(Context context, Type type, CharSequence buffer)
-
Methods inherited from class com.impossibl.postgres.jdbc.PGBuffersStruct
equals, getAttributes, hashCode
-
Methods inherited from class com.impossibl.postgres.jdbc.PGStruct
getAttributes, getAttributes, getAttributeTypes, getSQLTypeName
-
-
-
-
Constructor Detail
-
Text
public Text(Context context, String typeName, Type[] attributeTypes, CharSequence[] attributeBuffers)
-
-
Method Detail
-
getAttribute
protected Object getAttribute(Context context, Type type, CharSequence buffer) throws IOException
- Specified by:
getAttribute
in classPGBuffersStruct<CharSequence>
- Throws:
IOException
-
-