Searched refs:sqltype (Results 1 – 1 of 1) sorted by relevance
760 const SQLSMALLINT sqltype) in odbc_get() argument775 if (sqltype == row->res->coltypes[col]) { in odbc_get()809 rc = SQLGetData(row->res->stmt, col + 1, sqltype, row->res->colptrs[col], in odbc_get()818 row->res->coltypes[col] = sqltype; in odbc_get()1372 SQLSMALLINT sqltype; in odbc_datum_get() local1385 sqltype = sqlCtype[dbdtype]; in odbc_datum_get()1388 if (IS_LOB(sqltype)) in odbc_datum_get()1389 return odbc_create_bucket(row, col, sqltype, data); in odbc_datum_get()1391 p = odbc_get(row, col, sqltype); in odbc_datum_get()