Uses of Interface
io.codemine.java.postgresql.codecs.Codec
-
Uses of Codec in io.codemine.java.postgresql.codecs
Classes in io.codemine.java.postgresql.codecs that implement CodecModifier and TypeClassDescriptionfinal classCodec for PostgreSQL composite (row) types.final classEnumCodec<E>Codec for PostgreSQLENUMtypes, mapping between Java enum constants and their corresponding PostgreSQL label strings.Fields in io.codemine.java.postgresql.codecs declared as CodecModifier and TypeFieldDescriptionCodec.BITCodec.BOOLCodec.BOXCodec.BPCHARCodec.BYTEACodec.CHARCodec.CIDRCodec.CIRCLECodec.CITEXTCompositeCodec.Field.codecCodec.DATEstatic final Codec<Multirange<LocalDate>> Codec.DATEMULTIRANGECodec.DATERANGECodec.FLOAT4Codec.FLOAT8Codec.HSTORECodec.INETCodec.INT2Codec.INT4static final Codec<Multirange<Integer>> Codec.INT4MULTIRANGECodec.INT4RANGECodec.INT8static final Codec<Multirange<Long>> Codec.INT8MULTIRANGECodec.INT8RANGECodec.INTERVALstatic final Codec<com.fasterxml.jackson.databind.JsonNode> Codec.JSONstatic final Codec<com.fasterxml.jackson.databind.JsonNode> Codec.JSONBCodec.LINECodec.LSEGCodec.LTREECodec.MACADDRCodec.MACADDR8static final Codec<BigDecimal> Codec.NUMERICstatic final Codec<Multirange<BigDecimal>> Codec.NUMMULTIRANGEstatic final Codec<Range<BigDecimal>> Codec.NUMRANGECodec.OIDCodec.PATHCodec.POINTCodec.POLYGONCodec.TEXTCodec.TIMEstatic final Codec<LocalDateTime> Codec.TIMESTAMPCodec.TIMESTAMPTZCodec.TIMETZstatic final Codec<Multirange<LocalDateTime>> Codec.TSMULTIRANGEstatic final Codec<Range<LocalDateTime>> Codec.TSRANGEstatic final Codec<Multirange<Instant>> Codec.TSTZMULTIRANGECodec.TSTZRANGECodec.TSVECTORCodec.UUIDCodec.VARBITCodec.VARCHARMethods in io.codemine.java.postgresql.codecs that return CodecModifier and TypeMethodDescriptionCodec.bit(int n) Returns a codec for PostgreSQLbit(n)— a fixed-length bit string of exactlynbits.Codec.bpchar(int n) Returns a codec for PostgreSQLbpchar(n)— a fixed-length blank-padded character string of exactlyncharacters.Codec.inDim()Returns an array codec whose element type is this codec.default <B> Codec<B> Returns a new codec that maps values of type A to type B using the provided pair of mapping functions.static Codec<BigDecimal> Codec.money(int decimals) Returns a codec for PostgreSQLmoney— a monetary amount stored as a scaled integer.Codec.varbit(int n) Returns a codec for PostgreSQLvarbit(n)— a variable-length bit string of at mostnbits.Codec.varchar(int n) Returns a codec for PostgreSQLvarchar(n)— a variable-length character string of at mostncharacters.Returns a new codec for a PostgreSQL domain type based on this codec.Returns a new codec for a PostgreSQL domain type based on this codec, with explicit OIDs.Constructors in io.codemine.java.postgresql.codecs with parameters of type Codec