NCBI C++ ToolKit
|
Search Toolkit Book for tds_dynamic_stream
output stream to write data to a dynamic buffer More...
#include <dbapi/driver/ftds100/freetds/freetds/stream.h>
Public Attributes | |
TDSOUTSTREAM | stream |
void ** | buf |
where is stored the pointer More... | |
size_t | allocated |
currently allocated buffer More... | |
size_t | size |
size of data inside buffer More... | |
size_t tds_dynamic_stream::allocated |
currently allocated buffer
Definition at line 104 of file stream.h.
Referenced by tds_dynamic_stream_init(), and tds_dynamic_stream_write().
void ** tds_dynamic_stream::buf |
where is stored the pointer
Definition at line 102 of file stream.h.
Referenced by tds_dynamic_stream_init(), and tds_dynamic_stream_write().
size_t tds_dynamic_stream::size |
size of data inside buffer
Definition at line 106 of file stream.h.
Referenced by tds7_send_login(), tds_bcp_fread(), tds_dynamic_stream_init(), tds_dynamic_stream_write(), and tds_get_char_dynamic().
TDSOUTSTREAM tds_dynamic_stream::stream |
Definition at line 100 of file stream.h.
Referenced by tds7_send_login(), tds_bcp_fread(), tds_dynamic_stream_init(), and tds_get_char_dynamic().