Searched refs:nullable (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/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.4/ext/odbc/ |
H A D | php_odbc.c | 296 ZEND_ARG_INFO(0, nullable) 1259 SQLSMALLINT nullable; in PHP_FUNCTION() local 1318 rc = SQLDescribeParam(result->stmt, (SQLUSMALLINT)i, &sqltype, &precision, &scale, &nullable); in PHP_FUNCTION() 3633 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local 3643 nullable = (SQLUSMALLINT) vnullable; in PHP_FUNCTION() 3668 nullable); in PHP_FUNCTION()
|
Completed in 14 milliseconds