Searched refs:cursor_type (Results 1 – 2 of 2) sorted by relevance
16 "cursor_type" => MYSQLI_STMT_ATTR_CURSOR_TYPE,
146 enum pdo_cursor_type cursor_type = PDO_CURSOR_FWDONLY; in odbc_handle_preparer() local182 cursor_type = pdo_attr_lval(driver_options, PDO_ATTR_CURSOR, PDO_CURSOR_FWDONLY); in odbc_handle_preparer()183 if (cursor_type != PDO_CURSOR_FWDONLY) { in odbc_handle_preparer()
Completed in 6 milliseconds