Uses of Class
io.codemine.java.postgresql.codecs.Codec.DecodingException
-
Uses of Codec.DecodingException in io.codemine.java.postgresql.codecs
Methods in io.codemine.java.postgresql.codecs that throw Codec.DecodingExceptionModifier and TypeMethodDescriptionCodec.decodeInBinary(ByteBuffer buf, int length) Decodes a value from the PostgreSQL binary wire format.CompositeCodec.decodeInBinary(ByteBuffer buf, int length) Decodes a composite value from the PostgreSQL binary composite format.EnumCodec.decodeInBinary(ByteBuffer buf, int length) default ACodec.decodeInBinaryFromBytes(byte[] bytes) Decodes a value from a byte array in the PostgreSQL binary wire format.Codec.decodeInText(CharSequence input, int offset) Parses a PostgreSQL text-format literal of type A frominputstarting atoffset.CompositeCodec.decodeInText(CharSequence input, int offset) EnumCodec.decodeInText(CharSequence input, int offset) default ACodec.decodeInTextFromString(String input) Decodes a PostgreSQL text-format literal of type A from the given string.