Home
last modified time | relevance | path

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

/PHP-7.3/ext/pdo_dblib/
H A Ddblib_stmt.c266 switch (coltype) { in pdo_dblib_stmt_should_stringify_col()
318 switch (coltype) { in pdo_dblib_stmt_stringify_col()
358 int coltype; in pdo_dblib_stmt_get_col() local
364 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_col()
369 if (pdo_dblib_stmt_should_stringify_col(stmt, coltype) && dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
374 switch (coltype) { in pdo_dblib_stmt_get_col()
489 if (dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
517 int coltype; in pdo_dblib_stmt_get_column_meta() local
529 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_column_meta()
536 add_assoc_long(return_value, "native_type_id", coltype); in pdo_dblib_stmt_get_column_meta()
[all …]
/PHP-7.3/ext/pdo_odbc/
H A Dodbc_stmt.c574 &S->cols[colno].coltype, &colsize, NULL, NULL); in odbc_stmt_describe()
581 (S->cols[colno].coltype == SQL_VARCHAR || in odbc_stmt_describe()
582 S->cols[colno].coltype == SQL_LONGVARCHAR || in odbc_stmt_describe()
584 S->cols[colno].coltype == SQL_WVARCHAR || in odbc_stmt_describe()
587 S->cols[colno].coltype == SQL_WLONGVARCHAR || in odbc_stmt_describe()
589 S->cols[colno].coltype == SQL_VARBINARY || in odbc_stmt_describe()
590 S->cols[colno].coltype == SQL_LONGVARBINARY)) { in odbc_stmt_describe()
615 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.h138 SWORD coltype; member
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c960 NULL, 0, NULL, &result->values[i].coltype); in odbc_bindcols()
966 switch(result->values[i].coltype) { in odbc_bindcols()
1025 result->values[i].coltype = SQL_WLONGVARCHAR; in odbc_bindcols()
1032 result->values[i].coltype = SQL_LONGVARCHAR; in odbc_bindcols()
1038 if (result->values[i].coltype == SQL_TIMESTAMP) { in odbc_bindcols()
1780 switch(result->values[i].coltype) { in php_odbc_fetch_hash()
1937 switch(result->values[i].coltype) { in PHP_FUNCTION()
2166 switch(result->values[field_ind].coltype) { in PHP_FUNCTION()
2180 if (IS_SQL_LONG(result->values[field_ind].coltype)) { in PHP_FUNCTION()
2340 switch(result->values[i].coltype) { in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h198 SQLLEN coltype; member

Completed in 25 milliseconds