postgres_protocol
0.6.7
In postgres_protocol::types
Structs
Array
ArrayDimension
ArrayDimensions
ArrayValues
Box
HstoreEntries
Inet
Path
PathPoints
Point
Varbit
Enums
Range
RangeBound
Functions
array_from_sql
array_to_sql
bool_from_sql
bool_to_sql
box_from_sql
box_to_sql
bytea_from_sql
bytea_to_sql
char_from_sql
char_to_sql
date_from_sql
date_to_sql
empty_range_to_sql
float4_from_sql
float4_to_sql
float8_from_sql
float8_to_sql
hstore_from_sql
hstore_to_sql
inet_from_sql
inet_to_sql
int2_from_sql
int2_to_sql
int4_from_sql
int4_to_sql
int8_from_sql
int8_to_sql
lquery_from_sql
lquery_to_sql
lsn_from_sql
lsn_to_sql
ltree_from_sql
ltree_to_sql
ltxtquery_from_sql
ltxtquery_to_sql
macaddr_from_sql
macaddr_to_sql
oid_from_sql
oid_to_sql
path_from_sql
path_to_sql
point_from_sql
point_to_sql
range_from_sql
range_to_sql
text_from_sql
text_to_sql
time_from_sql
time_to_sql
timestamp_from_sql
timestamp_to_sql
uuid_from_sql
uuid_to_sql
varbit_from_sql
varbit_to_sql
?
Settings
Function
postgres_protocol
::
types
::
int8_to_sql
Copy item path
source
·
[
−
]
pub fn int8_to_sql(v:
i64
, buf: &mut
BytesMut
)
Expand description
Serializes an
INT8
value.