Search



Search Results
Displaying 171 to 180 of 539 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-bulk-loader.html
MySQL Connector/NET features a bulk loader class that wraps the MySQL statement LOAD DATA INFILE. This gives Connector/NET the ability to load a data file from a local or remote host to the server, or a stream to a database (from Connector/NET ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-datatypes.html
The following table illustrates how Connector/ODBC maps the server data types to default SQL and C data types.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-session.html
Session extends AutoCloseable so it can be used in the try-with-resources pattern. This pattern allows the application to create a session in the try declaration and regardless of the outcome of the try/catch/finally block, clusterj will clean up ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
Signature int load_const_u32 ( Uint32 RegDest, Uint32 Constant ) Parameters RegDest Destination register. Signature int load_const_u64 ( Uint64 RegDest, Uint64 Constant ) Parameters RegDest Destination register. Signature int load_const_null ( ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
The indexes array of TableMetadata contains one IndexMetadata object per table index. NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
The next few sections provide information about performing different types of operations with NdbInterpretedCode methods, including resource usage. The space required by each of these methods is shown in the following table: Table 1.1 ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-kill.html
The kill_task routine terminates an active or scheduled task using its task ID. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> CALL mysql_tasks.kill_task(IN 'task_id' VARCHAR(36)); The task_id (VARCHAR(36)) ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-list.html
The task_list routine returns a paginated list of asynchronous tasks. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.task_list( IN 'task_type' VARCHAR(80), IN offset INT UNSIGNED, IN ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-logs.html
The task_logs routine returns a list of logs associated with a task. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT mysql_tasks.task_logs( IN 'task_id' VARCHAR(36), IN 'newer_than_log_time' ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-status-brief.html
The task_status_brief routine returns the brief status of a task, including a subset of information about the task and its last log entry. This topic contains the following sections: Syntax Syntax Example See Also Syntax mysql> SELECT ...
Displaying 171 to 180 of 539 total results