Package com.impossibl.postgres.jdbc
Class PGBuffersStruct.Text
- java.lang.Object
-
- com.impossibl.postgres.jdbc.PGStruct
-
- com.impossibl.postgres.jdbc.PGBuffersStruct<java.lang.CharSequence>
-
- com.impossibl.postgres.jdbc.PGBuffersStruct.Text
-
- All Implemented Interfaces:
java.sql.Struct
- Enclosing class:
- PGBuffersStruct<Buffer>
public static class PGBuffersStruct.Text extends PGBuffersStruct<java.lang.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
getAttribute(Context context, Type type, java.lang.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
-
-
-
-
Method Detail
-
getAttribute
protected java.lang.Object getAttribute(Context context, Type type, java.lang.CharSequence buffer) throws java.io.IOException
- Specified by:
getAttribute
in classPGBuffersStruct<java.lang.CharSequence>
- Throws:
java.io.IOException
-
-