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

Search Toolkit Book for BCP_HOSTFILEINFO

#include <dbapi/driver/ftds100/freetds/dblib.h>

+ Collaboration diagram for BCP_HOSTFILEINFO:

Public Attributes

TDS_CHARhostfile
 
TDS_CHARerrorfile
 
FILE * bcp_errfileptr
 
TDS_INT host_colcount
 
BCP_HOSTCOLINFO ** host_columns
 
TDS_INT firstrow
 
TDS_INT lastrow
 
TDS_INT maxerrs
 
TDS_INT batch
 

Detailed Description

Definition at line 71 of file dblib.h.

Member Data Documentation

◆ batch

TDS_INT BCP_HOSTFILEINFO::batch

Definition at line 81 of file dblib.h.

Referenced by _bcp_exec_in(), bcp_control(), and bcp_getbatchsize().

◆ bcp_errfileptr

FILE * BCP_HOSTFILEINFO::bcp_errfileptr

Definition at line 75 of file dblib.h.

◆ errorfile

TDS_CHAR * BCP_HOSTFILEINFO::errorfile

Definition at line 74 of file dblib.h.

Referenced by _bcp_exec_in(), _bcp_free_storage(), bcp_init(), and dbclose().

◆ firstrow

TDS_INT BCP_HOSTFILEINFO::firstrow

Definition at line 78 of file dblib.h.

Referenced by _bcp_exec_in(), _bcp_exec_out(), and bcp_control().

◆ host_colcount

TDS_INT BCP_HOSTFILEINFO::host_colcount

◆ host_columns

BCP_HOSTCOLINFO ** BCP_HOSTFILEINFO::host_columns

◆ hostfile

TDS_CHAR * BCP_HOSTFILEINFO::hostfile

Definition at line 73 of file dblib.h.

Referenced by _bcp_exec_in(), _bcp_exec_out(), _bcp_free_storage(), bcp_init(), and dbclose().

◆ lastrow

TDS_INT BCP_HOSTFILEINFO::lastrow

Definition at line 79 of file dblib.h.

Referenced by _bcp_exec_in(), _bcp_exec_out(), and bcp_control().

◆ maxerrs

TDS_INT BCP_HOSTFILEINFO::maxerrs

Definition at line 80 of file dblib.h.

Referenced by _bcp_exec_in(), and bcp_control().


The documentation for this struct was generated from the following file:
Modified on Tue May 28 05:54:06 2024 by modify_doxy.py rev. 669887