CodecDictionary
class CodecDictionary
A dictionary that maps PostgreSQL OIDs and Kotlin classes to their corresponding TypeCodecs.
Provides methods for looking up codecs for parameters and results mapping, as well as registering custom codecs. Instances are immutable.
Functions
Link copied to clipboard
Rebuilds the dictionary with new dynamically resolved types from the database.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Retrieves the mapped OID for a specific TypeCodec.
Link copied to clipboard
Creates a new CodecDictionary by registering an additional TypeCodec.