Search



Search Results
Displaying 91 to 100 of 2435 total results
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/connector-python/en/connector-python-api-cext-affected-rows.html
Syntax: count = ccnx.affected_rows() Returns the number of rows changed, inserted, or deleted by the most recent UPDATE, INSERT, or DELETE statement.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-num-rows.html
Syntax: count = ccnx.num_rows() Returns the number of rows in the active result set.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/key-valuepair-reference.html
It is possible to return more than one row, using the result type CLASS_TYPE_1STCOL_ATTRIBUTES. This result type enables the return of a two-column result set as key-value pair. Unlike the default attributes, which are taken from the column name, ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-affected-rows.html
uint64_t mysql_stmt_affected_rows(MYSQL_STMT *stmt) Description mysql_stmt_affected_rows() may be called immediately after executing a statement with mysql_stmt_execute(). For a description of what the affected-rows value returned by this function ...
https://dev.mysql.com/doc/internals/en/binlog-row-image.html
Status of this subsection: finished, not reviewed, not fully implemented 2009-10-21 The sets of columns recorded in the BI and AI are determined by the value of binlog_row_image. To specify the sets of columns, we define the PKE (for Primary Key ...
https://dev.mysql.com/doc/internals/en/rows-query-event.html
Binlog::RowsQueryEvent: Query that caused the following ROWS_EVENT Payload 1 length string.EOF query text Fields length (1) -- ignored query (string.EOF) -- query text of the current ROWS_EVENT .
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-delete.html
FILE: delete.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node delete ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-find.html
# FILE: find.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node find key\n" ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-insert.html
# FILE: insert.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node insert ...
Displaying 91 to 100 of 2435 total results