Package com.impossibl.postgres.jdbc
Class PGSQLInput.Binary
- java.lang.Object
-
- com.impossibl.postgres.jdbc.PGSQLInput<io.netty.buffer.ByteBuf>
-
- com.impossibl.postgres.jdbc.PGSQLInput.Binary
-
- All Implemented Interfaces:
SQLInput
- Enclosing class:
- PGSQLInput<Buffer>
public static class PGSQLInput.Binary extends PGSQLInput<io.netty.buffer.ByteBuf>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.impossibl.postgres.jdbc.PGSQLInput
PGSQLInput.Binary, PGSQLInput.Text
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Type.Codec.Decoder<io.netty.buffer.ByteBuf>
getDecoder(Type type)
-
Methods inherited from class com.impossibl.postgres.jdbc.PGSQLInput
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
-
-
-
-
Method Detail
-
getDecoder
protected Type.Codec.Decoder<io.netty.buffer.ByteBuf> getDecoder(Type type)
- Specified by:
getDecoder
in classPGSQLInput<io.netty.buffer.ByteBuf>
-
-