Home
last modified time | relevance | path

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

/PHP-7.2/ext/pdo_dblib/
H A Ddblib_stmt.c261 int coltype; in pdo_dblib_stmt_get_col() local
267 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_col()
275 switch (coltype) { in pdo_dblib_stmt_get_col()
288 if (dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
304 switch (coltype) { in pdo_dblib_stmt_get_col()
328 dbconvert(H->link, coltype, data, -1, SQLDATETIME, (LPBYTE) &dt, -1); in pdo_dblib_stmt_get_col()
417 if (dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
452 int coltype; in pdo_dblib_stmt_get_column_meta() local
464 coltype = dbcoltype(H->link, colno+1); in pdo_dblib_stmt_get_column_meta()
471 add_assoc_long(return_value, "native_type_id", coltype); in pdo_dblib_stmt_get_column_meta()
[all …]
/PHP-7.2/ext/pdo_odbc/
H A Dodbc_stmt.c575 &S->cols[colno].coltype, &colsize, NULL, NULL); in odbc_stmt_describe()
582 (S->cols[colno].coltype == SQL_VARCHAR || in odbc_stmt_describe()
583 S->cols[colno].coltype == SQL_LONGVARCHAR || in odbc_stmt_describe()
585 S->cols[colno].coltype == SQL_WVARCHAR || in odbc_stmt_describe()
588 S->cols[colno].coltype == SQL_WLONGVARCHAR || in odbc_stmt_describe()
590 S->cols[colno].coltype == SQL_VARBINARY || in odbc_stmt_describe()
591 S->cols[colno].coltype == SQL_LONGVARBINARY)) { in odbc_stmt_describe()
616 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.h140 SWORD coltype; member
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c966 NULL, 0, NULL, &result->values[i].coltype); in odbc_bindcols()
972 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()
1781 switch(result->values[i].coltype) { in php_odbc_fetch_hash()
1935 switch(result->values[i].coltype) { in PHP_FUNCTION()
2161 switch(result->values[field_ind].coltype) { in PHP_FUNCTION()
2175 if (IS_SQL_LONG(result->values[field_ind].coltype)) { in PHP_FUNCTION()
2327 switch(result->values[i].coltype) { in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h233 SQLLEN coltype; member

Completed in 23 milliseconds