BpcharCodec
Properties
Link copied to clipboard
Function to deserialize a value from a PostgreSQL binary format.
Link copied to clipboard
Whether this codec is the default for its Kotlin type.
Link copied to clipboard
The Kotlin class this codec handles.
Link copied to clipboard
PostgreSQL type name.
Link copied to clipboard
Function to serialize a value to a PostgreSQL binary format.
Functions
Link copied to clipboard
Safely decodes a value using this TypeCodec. Any standard exceptions (like IllegalArgumentException or IllegalStateException) thrown by the codec's TypeCodec.fromBinary method are caught and wrapped in a CodecException.
Link copied to clipboard
Safely encodes a value using this TypeCodec. Any standard exceptions (like IllegalArgumentException or IllegalStateException) thrown by the codec's TypeCodec.toBinary method are caught and wrapped in a CodecException.