Searched refs:coltype (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 263 switch (coltype) { in pdo_dblib_stmt_should_stringify_col() 313 switch (coltype) { in pdo_dblib_stmt_stringify_col() 349 int coltype; in pdo_dblib_stmt_get_col() local 354 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_col() 359 if (pdo_dblib_stmt_should_stringify_col(stmt, coltype) && dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col() 362 switch (coltype) { in pdo_dblib_stmt_get_col() 452 if (dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col() 470 int coltype; in pdo_dblib_stmt_get_column_meta() local 482 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_column_meta() 489 add_assoc_long(return_value, "native_type_id", coltype); in pdo_dblib_stmt_get_column_meta() [all …]
|
/PHP-8.1/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 563 &S->cols[colno].coltype, &colsize, NULL, NULL); in odbc_stmt_describe() 570 (S->cols[colno].coltype == SQL_VARCHAR || in odbc_stmt_describe() 571 S->cols[colno].coltype == SQL_LONGVARCHAR || in odbc_stmt_describe() 573 S->cols[colno].coltype == SQL_WVARCHAR || in odbc_stmt_describe() 576 S->cols[colno].coltype == SQL_WLONGVARCHAR || in odbc_stmt_describe() 578 S->cols[colno].coltype == SQL_VARBINARY || in odbc_stmt_describe() 579 S->cols[colno].coltype == SQL_LONGVARBINARY)) { in odbc_stmt_describe() 604 S->cols[colno].is_unicode = pdo_odbc_sqltype_is_unicode(S, S->cols[colno].coltype); in odbc_stmt_describe()
|
H A D | php_pdo_odbc_int.h | 136 SWORD coltype; member
|
/PHP-8.1/ext/odbc/ |
H A D | php_odbc.c | 630 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() 699 result->values[i].coltype = SQL_WLONGVARCHAR; in odbc_bindcols() 706 result->values[i].coltype = SQL_LONGVARCHAR; in odbc_bindcols() 712 if (result->values[i].coltype == SQL_TIMESTAMP) { in odbc_bindcols() 1416 switch(result->values[i].coltype) { in php_odbc_fetch_hash() 1579 switch(result->values[i].coltype) { in PHP_FUNCTION() 1812 switch(result->values[field_ind].coltype) { in PHP_FUNCTION() 1999 switch(result->values[i].coltype) { in PHP_FUNCTION() [all …]
|
H A D | php_odbc_includes.h | 196 SQLLEN coltype; member
|
Completed in 26 milliseconds