Searched refs:coltypes (Results 1 – 1 of 1) sorted by relevance
151 SQLSMALLINT *coltypes; /* array of SQL data types for columns */ member427 res->coltypes[icol] = (SQLSMALLINT)type; in odbc_set_result_column()467 rc = SQLBindCol(stmt, icol + 1, res->coltypes[icol], in odbc_set_result_column()509 (*res)->coltypes = apr_pcalloc(pool, ncols * sizeof(SQLSMALLINT)); in odbc_create_results()661 type = bd->row->res->coltypes[bd->col]; in odbc_lob_bucket_read()775 if (sqltype == row->res->coltypes[col]) { in odbc_get()791 if (IS_LOB(row->res->coltypes[i])) in odbc_get()794 odbc_get(row, i, row->res->coltypes[i]); in odbc_get()818 row->res->coltypes[col] = sqltype; in odbc_get()