Searched refs:numcols (Results 1 – 3 of 3) sorted by relevance
83 …GIN DECLARE cols INT; SELECT @numcols INTO cols; IF cols < 2 THEN SET @numcols = 2; SELECT cols AS…87 $db->exec('SET @numcols = 1');93 $db->exec('SET @numcols = 1');103 $db->exec('SET @numcols = 1');109 $db->exec('SET @numcols = 1');
727 if (result->numcols == 0) { in odbc_column_lengths()863 if (result->numcols > 0) { in PHP_FUNCTION()1062 if (result->numcols == 0) { in PHP_FUNCTION()1065 if (result->numcols > 0) { in PHP_FUNCTION()1261 if (result->numcols > 0) { in PHP_FUNCTION()1312 if (result->numcols == 0) { in php_odbc_fetch_hash()2390 result->numcols = 0; in PHP_FUNCTION()2769 if (result->numcols > 0) { in PHP_FUNCTION()2839 if (result->numcols > 0) { in PHP_FUNCTION()2903 if (result->numcols > 0) { in PHP_FUNCTION()[all …]
215 SQLSMALLINT numcols; member
Completed in 16 milliseconds