Home
last modified time | relevance | path

Searched refs:nullable (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/odbc/
H A Dphp_odbc_includes.h239 SQLSMALLINT nullable; member
H A Dphp_odbc.c296 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 Dodbc_stmt.c281 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 DUPGRADING219 curl_setopt() now supports the following nullable settings (>= 5.5.11):

Completed in 19 milliseconds