Module epgsql_codec_integer

Codec for int2, int4, int8 (smallint, integer, bigint).

Behaviours: epgsql_codec.

Description

Codec for int2, int4, int8 (smallint, integer, bigint).

Data Types

data()

data() = -9223372036854775808..9223372036854775807

Function Index

check_overflow_big/1
check_overflow_int/1
check_overflow_small/1
decode/3
decode_text/3
encode/3
init/2
names/0

Function Details

check_overflow_big/1

check_overflow_big(N) -> any()

check_overflow_int/1

check_overflow_int(N) -> any()

check_overflow_small/1

check_overflow_small(N) -> any()

decode/3

decode(X1, X2, X3) -> any()

decode_text/3

decode_text(V, X2, X3) -> any()

encode/3

encode(N, X2, X3) -> any()

init/2

init(X1, X2) -> any()

names/0

names() -> any()


Generated by EDoc