Searched refs:SQLUSMALLINT (Results 1 – 4 of 4) sorted by relevance
46 #define SQLUSMALLINT UWORD macro67 #define SQLUSMALLINT USHORT macro128 #ifndef SQLUSMALLINT129 #define SQLUSMALLINT UWORD macro
258 (SQLUSMALLINT) SQL_COMMIT); in odbc_result_free()673 SQLUSMALLINT colfieldid; in odbc_bindcols()1175 SQLUSMALLINT max_len; in PHP_FUNCTION()1380 SQLUSMALLINT RowStatus[1]; in php_odbc_fetch_hash()1546 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()1682 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()1756 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()1971 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()3344 type = (SQLUSMALLINT) vtype;3345 scope = (SQLUSMALLINT) vscope;[all …]
326 …rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nul… in odbc_stmt_param_hook()390 rc = SQLBindParameter(S->stmt, (SQLUSMALLINT) param->paramno+1, in odbc_stmt_param_hook()
379 static int pdo_odbc_get_info_string(pdo_dbh_t *dbh, SQLUSMALLINT type, zval *val) in pdo_odbc_get_info_string()
Completed in 17 milliseconds