NCBI C++ ToolKit
Public Attributes | List of all members
tds_dynamic_stream Struct Reference

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>

+ Collaboration diagram for tds_dynamic_stream:

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...
 

Detailed Description

output stream to write data to a dynamic buffer

Definition at line 99 of file stream.h.

Member Data Documentation

◆ allocated

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().

◆ buf

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

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().

◆ stream

TDSOUTSTREAM tds_dynamic_stream::stream

The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:58:30 2024 by modify_doxy.py rev. 669887