Searched refs:nullable (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/odbc/ |
H A D | php_odbc_includes.h | 239 SQLSMALLINT nullable; member
|
H A D | php_odbc.c | 296 ZEND_ARG_INFO(0, nullable) 1271 &result->param_info[i].scale, &result->param_info[i].nullable); in PHP_FUNCTION() 3661 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local 3671 nullable = (SQLUSMALLINT) vnullable; in PHP_FUNCTION() 3696 nullable); in PHP_FUNCTION()
|
/PHP-5.6/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 281 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local 316 …QLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nullable); in odbc_stmt_param_hook() 325 nullable = 1; in odbc_stmt_param_hook()
|
/PHP-5.6/ |
H A D | UPGRADING | 219 curl_setopt() now supports the following nullable settings (>= 5.5.11):
|
Completed in 34 milliseconds