int2, int4, int8 (smallint, integer, bigint).
Behaviours: epgsql_codec.
int2, int4, int8 (smallint, integer, bigint).
https://www.postgresql.org/docs/current/static/datatype-numeric.html#datatype-int
$PG$/src/backend/utils/adt/int.c
$PG$/src/backend/utils/adt/int8.c
data() = -9223372036854775807..9223372036854775807
| decode/3 | |
| decode_text/3 | |
| encode/3 | |
| init/2 | |
| names/0 |
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