Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo_dblib/
H A Ddblib_stmt.c264 switch (coltype) { in pdo_dblib_stmt_should_stringify_col()
316 switch (coltype) { in pdo_dblib_stmt_stringify_col()
356 int coltype; in pdo_dblib_stmt_get_col() local
362 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_col()
367 if (pdo_dblib_stmt_should_stringify_col(stmt, coltype) && dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
372 switch (coltype) { in pdo_dblib_stmt_get_col()
487 if (dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
515 int coltype; in pdo_dblib_stmt_get_column_meta() local
527 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_column_meta()
534 add_assoc_long(return_value, "native_type_id", coltype); in pdo_dblib_stmt_get_column_meta()
[all …]
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c576 &S->cols[colno].coltype, &colsize, NULL, NULL); in odbc_stmt_describe()
583 (S->cols[colno].coltype == SQL_VARCHAR || in odbc_stmt_describe()
584 S->cols[colno].coltype == SQL_LONGVARCHAR || in odbc_stmt_describe()
586 S->cols[colno].coltype == SQL_WVARCHAR || in odbc_stmt_describe()
589 S->cols[colno].coltype == SQL_WLONGVARCHAR || in odbc_stmt_describe()
591 S->cols[colno].coltype == SQL_VARBINARY || in odbc_stmt_describe()
592 S->cols[colno].coltype == SQL_LONGVARBINARY)) { in odbc_stmt_describe()
617 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.h136 SWORD coltype; member
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c630 result->values[i].coltype = 0; in odbc_bindcols()
632 NULL, 0, NULL, &result->values[i].coltype); in odbc_bindcols()
638 switch(result->values[i].coltype) { in odbc_bindcols()
697 result->values[i].coltype = SQL_WLONGVARCHAR; in odbc_bindcols()
704 result->values[i].coltype = SQL_LONGVARCHAR; in odbc_bindcols()
710 if (result->values[i].coltype == SQL_TIMESTAMP) { in odbc_bindcols()
1411 switch(result->values[i].coltype) { in php_odbc_fetch_hash()
1573 switch(result->values[i].coltype) { in PHP_FUNCTION()
1804 switch(result->values[field_ind].coltype) { in PHP_FUNCTION()
1988 switch(result->values[i].coltype) { in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h196 SQLLEN coltype; member

Completed in 30 milliseconds