PQescapeByteaConn method
Implementation
ffi.Pointer<ffi.UnsignedChar> PQescapeByteaConn(
ffi.Pointer<PGconn> conn,
ffi.Pointer<ffi.UnsignedChar> from,
int from_length,
ffi.Pointer<ffi.Size> to_length,
) {
return _PQescapeByteaConn(
conn,
from,
from_length,
to_length,
);
}