coltype 963 ext/odbc/php_odbc.c NULL, 0, NULL, &result->values[i].coltype); coltype 969 ext/odbc/php_odbc.c switch(result->values[i].coltype) { coltype 1021 ext/odbc/php_odbc.c if (result->values[i].coltype == SQL_WVARCHAR && displaysize == 0) { coltype 1022 ext/odbc/php_odbc.c result->values[i].coltype = SQL_WLONGVARCHAR; coltype 1028 ext/odbc/php_odbc.c if (result->values[i].coltype == SQL_TIMESTAMP) { coltype 1771 ext/odbc/php_odbc.c switch(result->values[i].coltype) { coltype 1786 ext/odbc/php_odbc.c if (IS_SQL_LONG(result->values[i].coltype) && result->longreadlen <= 0) { coltype 1925 ext/odbc/php_odbc.c switch(result->values[i].coltype) { coltype 1939 ext/odbc/php_odbc.c if (IS_SQL_LONG(result->values[i].coltype) && result->longreadlen <= 0) { coltype 2151 ext/odbc/php_odbc.c switch(result->values[field_ind].coltype) { coltype 2165 ext/odbc/php_odbc.c if (IS_SQL_LONG(result->values[field_ind].coltype)) { coltype 2202 ext/odbc/php_odbc.c if ((result->values[field_ind].coltype == SQL_LONGVARCHAR) coltype 2204 ext/odbc/php_odbc.c || (result->values[field_ind].coltype == SQL_WLONGVARCHAR) coltype 2317 ext/odbc/php_odbc.c switch(result->values[i].coltype) { coltype 2330 ext/odbc/php_odbc.c if (IS_SQL_LONG(result->values[i].coltype) && coltype 233 ext/odbc/php_odbc_includes.h SQLLEN coltype; coltype 227 ext/pdo_dblib/dblib_stmt.c int coltype; coltype 231 ext/pdo_dblib/dblib_stmt.c coltype = dbcoltype(H->link, colno+1); coltype 240 ext/pdo_dblib/dblib_stmt.c switch (coltype) { coltype 257 ext/pdo_dblib/dblib_stmt.c dbconvert(NULL, coltype, *ptr, *len, SQLFLT8, (LPBYTE)&money_value, 8); coltype 276 ext/pdo_dblib/dblib_stmt.c dbconvert(H->link, coltype, (BYTE*) *ptr, -1, SQLDATETIME, (LPBYTE) &dt, -1); coltype 291 ext/pdo_dblib/dblib_stmt.c if (dbwillconvert(coltype, SQLCHAR)) { coltype 294 ext/pdo_dblib/dblib_stmt.c *len = dbconvert(NULL, coltype, *ptr, *len, SQLCHAR, tmp_ptr, -1); coltype 575 ext/pdo_odbc/odbc_stmt.c &S->cols[colno].coltype, &colsize, NULL, NULL); coltype 598 ext/pdo_odbc/odbc_stmt.c S->cols[colno].is_unicode = pdo_odbc_sqltype_is_unicode(S, S->cols[colno].coltype); coltype 140 ext/pdo_odbc/php_pdo_odbc_int.h SWORD coltype;