public static class PGBuffersStruct.Binary extends PGBuffersStruct<io.netty.buffer.ByteBuf>
PGBuffersStruct.Binary, PGBuffersStruct.Text
Modifier and Type | Field and Description |
---|---|
static io.netty.buffer.ByteBufAllocator |
ALLOC |
attributeTypes, context, typeName
Constructor and Description |
---|
Binary(Context context,
String typeName,
Type[] attributeTypes,
io.netty.buffer.ByteBuf[] attributeBuffers) |
Modifier and Type | Method and Description |
---|---|
static PGBuffersStruct.Binary |
encode(Context context,
CompositeType type,
Object[] values) |
protected Object |
getAttribute(Context context,
Type type,
io.netty.buffer.ByteBuf buffer) |
equals, getAttributes, hashCode
getAttributes, getAttributes, getAttributeTypes, getSQLTypeName
public static PGBuffersStruct.Binary encode(Context context, CompositeType type, Object[] values) throws SQLException, IOException
SQLException
IOException
protected Object getAttribute(Context context, Type type, io.netty.buffer.ByteBuf buffer) throws IOException
getAttribute
in class PGBuffersStruct<io.netty.buffer.ByteBuf>
IOException