NCBI C++ ToolKit
|
Search Toolkit Book for tds_dataout_stream
output stream to write data to tds protocol More...
#include <dbapi/driver/ftds100/freetds/freetds/stream.h>
Public Attributes | |
TDSOUTSTREAM | stream |
TDSSOCKET * | tds |
size_t | written |
TDSOUTSTREAM tds_dataout_stream::stream |
Definition at line 73 of file stream.h.
Referenced by tds_dataout_stream_init(), and tds_put_string().
TDSSOCKET * tds_dataout_stream::tds |
Definition at line 74 of file stream.h.
Referenced by tds_dataout_stream_init(), and tds_dataout_stream_write().
size_t tds_dataout_stream::written |
Definition at line 75 of file stream.h.
Referenced by tds_dataout_stream_init(), tds_dataout_stream_write(), and tds_put_string().