Search Results
                    
                    
            https://dev.mysql.com/doc/c-api/8.4/en/mysql-field-tell.html
                                 MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES *result) Description Returns the position of the field cursor used for the last mysql_fetch_field(). 
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-row-seek.html
                                 MYSQL_ROW_OFFSET mysql_row_seek(MYSQL_RES *result, MYSQL_ROW_OFFSET offset) Description Sets the row cursor to an arbitrary row in a query result set. The offset value is a row offset, typically a value returned from mysql_row_tell() or from ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-row-tell.html
                                 MYSQL_ROW_OFFSET mysql_row_tell(MYSQL_RES *result) Description Returns the current position of the row cursor for the last mysql_fetch_row(). 
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-execute.html
                                For statements that generate a result set, you can request that mysql_stmt_execute() open a cursor for the statement by calling mysql_stmt_attr_set() before executing the statement. If you execute a statement multiple times, mysql_stmt_execute() ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-row-seek.html
                                 MYSQL_ROW_OFFSET mysql_stmt_row_seek(MYSQL_STMT *stmt, MYSQL_ROW_OFFSET offset) Description Sets the row cursor to an arbitrary row in a statement result set. The offset value is a row offset that should be a value returned from ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-row-tell.html
                                 MYSQL_ROW_OFFSET mysql_stmt_row_tell(MYSQL_STMT *stmt) Description Returns the current position of the row cursor for the last mysql_stmt_fetch(). 
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
                                (Bug #104170, Bug #33064455) When using cursor-based fetching (useCursorFetch=true), SHOW and EXPLAIN statements failed with an SQLException. (Bug #103878, Bug #32954449) setQueryTimeout() failed to set a timeout for queries when a cursor was used ... Version 8.0.27 is the latest General Availability release of the 8.0 series of MySQL ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-3-0.html
                                (WL #16756) Bugs Fixed Some update methods in UpdatableResultSet did not check the validity of the cursor position used, resulting in a NullPointerException when the cursor position was invalid.  Version 9.3.0 is a new GA release of MySQL ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-basic-add-table.html
                                Pressing Tab or Enter while the cursor is in the table name field selects the Columns tab of the table editor and creates a default column named idinvoice.  The tools in the vertical toolbar on the left of the EER Diagram tab are used for designing ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
                                Wrap Around: The search will wrap around to the beginning of the document, as otherwise it will only search from the cursor position to the end of the document.  Some menu items are not available in the MySQL Workbench Community Edition of this ...