#include <stdio.h>#include <string.h>#include <sql.h>#include <sqlext.h>#include "../../db/db_val.h"#include "../../db/db.h"


Go to the source code of this file.
Functions | |
| int | db_unixodbc_str2val (const db_type_t _t, db_val_t *_v, const char *_s, const int _l, const unsigned int _cpy) |
| int | db_unixodbc_val2str (const db_con_t *_c, const db_val_t *_v, char *_s, int *_len) |
| int db_unixodbc_str2val | ( | const db_type_t | _t, | |
| db_val_t * | _v, | |||
| const char * | _s, | |||
| const int | _l, | |||
| const unsigned int | _cpy | |||
| ) |
Definition at line 42 of file db_unixodbc/val.c.
References db_str2val(), LM_DBG, _str::s, VAL_BLOB, VAL_NULL, VAL_STR, VAL_STRING, and VAL_TYPE.
Referenced by db_unixodbc_convert_row().
Definition at line 68 of file db_unixodbc/val.c.
References DB_BLOB, DB_STR, DB_STRING, db_val2str(), escape_common(), LM_DBG, LM_ERR, s, use_escape_common, VAL_BLOB, VAL_STR, VAL_STRING, and VAL_TYPE.
Referenced by db_unixodbc_delete(), db_unixodbc_insert(), db_unixodbc_query(), db_unixodbc_replace(), and db_unixodbc_update().
1.5.6