Searched refs:numcols (Results 1 – 5 of 5) sorted by relevance
86 …GIN DECLARE cols INT; SELECT @numcols INTO cols; IF cols < 2 THEN SET @numcols = 2; SELECT cols AS…90 $db->exec('SET @numcols = 1');96 $db->exec('SET @numcols = 1');106 $db->exec('SET @numcols = 1');112 $db->exec('SET @numcols = 1');
1111 if (result->numcols == 0) { in odbc_column_lengths()1255 if (result->numcols > 0) { in PHP_FUNCTION()1691 if (result->numcols > 0) { in PHP_FUNCTION()3207 if (result->numcols > 0) { in PHP_FUNCTION()3278 if (result->numcols > 0) { in PHP_FUNCTION()3343 if (result->numcols > 0) { in PHP_FUNCTION()3423 if (result->numcols > 0) { in PHP_FUNCTION()3485 if (result->numcols > 0) { in PHP_FUNCTION()3547 if (result->numcols > 0) { in PHP_FUNCTION()3616 if (result->numcols > 0) { in PHP_FUNCTION()[all …]
49 zend_long numcols; member
181 for ( i=0; i < res->numcols; i++ ) { in _free_birdstep_result()398 res->numcols = cols; in PHP_FUNCTION()485 for ( i = 0; i < res->numcols; i++ ) { in PHP_FUNCTION()496 if ( indx < 0 || indx >= res->numcols ) { in PHP_FUNCTION()678 if ( indx < 0 || indx >= res->numcols ) { in PHP_FUNCTION()699 RETURN_LONG(res->numcols); in PHP_FUNCTION()
246 SQLSMALLINT numcols; member
Completed in 26 milliseconds