menu
libpq_dart package
documentation
libpq_dart.dart
LibpqBindings
PQsendFlushRequest method
PQsendFlushRequest method
dark_mode
light_mode
PQsendFlushRequest
method
int
PQsendFlushRequest
(
Pointer
<
PGconn
>
conn
)
Implementation
int PQsendFlushRequest( ffi.Pointer<PGconn> conn, ) { return _PQsendFlushRequest( conn, ); }
libpq_dart package
documentation
libpq_dart
LibpqBindings
PQsendFlushRequest method
LibpqBindings class