NCBI C++ ToolKit
|
#include "common.h"
#include <freetds/utils/string.h>
#include <freetds/replacements.h>
#include <ctype.h>
#include <freetds/test_assert.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
static void | test (const char *buf) |
int | main (int argc, char **argv) |
Variables | |
static TDSSOCKET * | tds |
Definition at line 114 of file utf8_3.c.
References buf, CHARSET, tds_socket::conn, i, IS_TDS7_PLUS, login, tds, TDS_SUCCESS, test(), try_tds_login(), and try_tds_logout().
Definition at line 31 of file utf8_3.c.
References buf, tds_column::column_name, tds_result_info::columns, tds_socket::current_results, exit(), NULL, query, util::strcmp(), strlcpy, tds, TDS_COMPUTE_RESULT, TDS_DONE_ERROR, TDS_DONE_RESULT, TDS_DONEINPROC_RESULT, TDS_DONEPROC_RESULT, tds_dstr_cstr(), tds_dstr_len(), TDS_NO_MORE_RESULTS, tds_process_tokens, TDS_RETURN_COMPUTE, TDS_RETURN_ROW, TDS_ROW_RESULT, TDS_ROWFMT_RESULT, TDS_STOPAT_DONE, TDS_STOPAT_ROWFMT, tds_submit_query, TDS_SUCCESS, TDS_TOKEN_RESULTS, tmp, and to_utf8().
Referenced by main().