|
Functions |
static int | _bcp_add_fixed_columns (DBPROCESS *dbproc, int behaviour, BYTE *rowbuffer, int start) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static int | _bcp_add_variable_columns (DBPROCESS *dbproc, int behaviour, BYTE *rowbuffer, int start, int *var_cols) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static RETCODE | _bcp_build_bulk_insert_stmt (TDSSOCKET *tds, TDS_PBCB *clause, TDSCOLUMN *bcpcol, int first) |
| - Parameters:
-
|
static RETCODE | _bcp_exec_in (DBPROCESS *dbproc, DBINT *rows_copied) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static RETCODE | _bcp_exec_out (DBPROCESS *dbproc, DBINT *rows_copied) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static char * | _bcp_fgets (char *buffer, size_t size, FILE *f) |
| - Parameters:
-
|
static void | _bcp_free_columns (DBPROCESS *dbproc) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static RETCODE | _bcp_free_storage (DBPROCESS *dbproc) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static RETCODE | _bcp_get_col_data (DBPROCESS *dbproc, TDSCOLUMN *bindcol) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static RETCODE | _bcp_get_term_var (BYTE *pdata, BYTE *term, int term_len) |
| - Parameters:
-
|
static offset_type | _bcp_measure_terminated_field (FILE *hostfile, BYTE *terminator, int term_len) |
| - Parameters:
-
|
static RETCODE | _bcp_read_hostfile (DBPROCESS *dbproc, FILE *hostfile, int *row_error) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static int | _bcp_readfmt_colinfo (DBPROCESS *dbproc, char *buf, BCP_HOSTCOLINFO *ci) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static RETCODE | _bcp_send_bcp_record (DBPROCESS *dbproc, int behaviour) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static RETCODE | _bcp_send_colmetadata (DBPROCESS *dbproc) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static RETCODE | _bcp_start_copy_in (DBPROCESS *dbproc) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static RETCODE | _bcp_start_new_batch (DBPROCESS *dbproc) |
| - Parameters:
-
| dbproc | contains all information needed by db-lib to manage communications with the server. |
|
static int | rtrim (char *istr, int ilen) |
| - Parameters:
-
|