int2
, int4
, int8
(smallint, integer, bigint).
Behaviours: epgsql_codec.
Codec for int2
, int4
, int8
(smallint, integer, bigint).
data() = -9223372036854775808..9223372036854775807
check_overflow_big/1 | |
check_overflow_int/1 | |
check_overflow_small/1 | |
decode/3 | |
decode_text/3 | |
encode/3 | |
init/2 | |
names/0 |
check_overflow_big(N) -> any()
check_overflow_int(N) -> any()
check_overflow_small(N) -> any()
decode(X1, X2, X3) -> any()
decode_text(V, X2, X3) -> any()
encode(N, X2, X3) -> any()
init(X1, X2) -> any()
names() -> any()
Generated by EDoc