|
FreeTDS API
|
Output stream that writes to file. More...
#include <stream.h>
Public Attributes | |
| char | block [4096] |
| int | buff_mode |
| How to buffer the data – _IONBF, _IOLBF or _IOFBF (default). | |
| FILE * | fp |
| TDSOUTSTREAM | stream |
Output stream that writes to file.
Does not open/close fp; and fp can be NULL.
| int tds_fileout_stream::buff_mode |
How to buffer the data – _IONBF, _IOLBF or _IOFBF (default).
In _IOLBF line will still be flushed on reaching block size.