public static class PGSQLInput.Binary extends PGSQLInput<io.netty.buffer.ByteBuf>
PGSQLInput.Binary, PGSQLInput.Text
Constructor and Description |
---|
Binary(Context context,
Type[] attributeTypes,
io.netty.buffer.ByteBuf[] attributeBuffers) |
Modifier and Type | Method and Description |
---|---|
protected Type.Codec.Decoder<io.netty.buffer.ByteBuf> |
getDecoder(Type type) |
readArray, readAsciiStream, readBigDecimal, readBinaryStream, readBlob, readBoolean, readByte, readBytes, readCharacterStream, readClob, readDate, readDouble, readFloat, readInt, readLong, readNClob, readNString, readObject, readObject, readRef, readRowId, readShort, readSQLXML, readString, readTime, readTimestamp, readURL, wasNull
protected Type.Codec.Decoder<io.netty.buffer.ByteBuf> getDecoder(Type type)
getDecoder
in class PGSQLInput<io.netty.buffer.ByteBuf>