Home
last modified time | relevance | path

Searched refs:coltype (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c262 switch (coltype) { in pdo_dblib_stmt_should_stringify_col()
312 switch (coltype) { in pdo_dblib_stmt_stringify_col()
348 int coltype; in pdo_dblib_stmt_get_col() local
353 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_col()
358 if (pdo_dblib_stmt_should_stringify_col(stmt, coltype) && dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
361 switch (coltype) { in pdo_dblib_stmt_get_col()
451 if (dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
469 int coltype; in pdo_dblib_stmt_get_column_meta() local
481 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_column_meta()
488 add_assoc_long(return_value, "native_type_id", coltype); in pdo_dblib_stmt_get_column_meta()
[all …]
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c572 &S->cols[colno].coltype, &colsize, NULL, NULL); in odbc_stmt_describe()
579 (S->cols[colno].coltype == SQL_VARCHAR || in odbc_stmt_describe()
580 S->cols[colno].coltype == SQL_LONGVARCHAR || in odbc_stmt_describe()
582 S->cols[colno].coltype == SQL_WVARCHAR || in odbc_stmt_describe()
585 S->cols[colno].coltype == SQL_WLONGVARCHAR || in odbc_stmt_describe()
587 S->cols[colno].coltype == SQL_VARBINARY || in odbc_stmt_describe()
588 S->cols[colno].coltype == SQL_LONGVARBINARY)) { in odbc_stmt_describe()
613 S->cols[colno].is_unicode = pdo_odbc_sqltype_is_unicode(S, S->cols[colno].coltype); in odbc_stmt_describe()
H A Dphp_pdo_odbc_int.h132 SWORD coltype; member
/php-src/ext/odbc/
H A Dphp_odbc.c702 result->values[i].coltype = 0; in odbc_bindcols()
704 NULL, 0, NULL, &result->values[i].coltype); in odbc_bindcols()
710 switch(result->values[i].coltype) { in odbc_bindcols()
771 result->values[i].coltype = SQL_WLONGVARCHAR; in odbc_bindcols()
778 result->values[i].coltype = SQL_LONGVARCHAR; in odbc_bindcols()
784 if (result->values[i].coltype == SQL_TIMESTAMP) { in odbc_bindcols()
1445 switch(result->values[i].coltype) { in php_odbc_fetch_hash()
1607 switch(result->values[i].coltype) { in PHP_FUNCTION()
1816 switch(result->values[field_ind].coltype) { in PHP_FUNCTION()
2002 switch(result->values[i].coltype) { in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h208 SQLLEN coltype; member

Completed in 19 milliseconds