Searched refs:cursor_type (Results 1 – 2 of 2) sorted by relevance
150 enum pdo_cursor_type cursor_type = PDO_CURSOR_FWDONLY; in odbc_handle_preparer() local184 cursor_type = pdo_attr_lval(driver_options, PDO_ATTR_CURSOR, PDO_CURSOR_FWDONLY TSRMLS_CC); in odbc_handle_preparer()185 if (cursor_type != PDO_CURSOR_FWDONLY) { in odbc_handle_preparer()
32 $valid_attr["cursor_type"] = MYSQLI_STMT_ATTR_CURSOR_TYPE;
Completed in 5 milliseconds