Searched refs:SQLUSMALLINT (Results 1 – 3 of 3) sorted by relevance
49 #define SQLUSMALLINT UWORD macro70 #define SQLUSMALLINT USHORT macro131 #ifndef SQLUSMALLINT132 #define SQLUSMALLINT UWORD macro
434 (SQLUSMALLINT) SQL_COMMIT); in ZEND_GET_MODULE()944 SQLUSMALLINT colfieldid; in odbc_bindcols()1512 SQLUSMALLINT max_len; in PHP_FUNCTION()1724 SQLUSMALLINT RowStatus[1]; in php_odbc_fetch_hash()1888 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()2053 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()2111 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()2319 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()3730 type = (SQLUSMALLINT) vtype; in PHP_FUNCTION()3731 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()[all …]
322 …rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nul… in odbc_stmt_param_hook()386 rc = SQLBindParameter(S->stmt, (SQLUSMALLINT) param->paramno+1, in odbc_stmt_param_hook()
Completed in 20 milliseconds