Search



Search Results
Displaying 1011 to 1020 of 5281 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-interceptors.html
The BaseCommandInterceptor class has these methods that you can override: public virtual bool ExecuteScalar(string sql, ref object returnValue); public virtual bool ExecuteNonQuery(string sql, ref int returnValue); public virtual bool ...With MySQL ... An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
The examples in this topic use the vector store table demo_embeddings created in the section Ingesting Files Using the URI with Asynchronous Load. It involves using algorithms and techniques to automatically identify the best model for a given ...It ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This must be done regardless of the transaction's final outcome, even if it fails due to an error. (See Section 2.3.16, “The NdbEventOperation Class”.) dropEventOperation() Drops a subscription to a database event. (See Section 2.3.15, “The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-scanning-basic.html
The source code for this example may found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/ndbapi_scan/ndbapi_scan.cpp. */ myScanOp = myTrans->getNdbScanOperation(myTable); if (myScanOp == NULL) { std::cout << ... This ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-lakehouse.html
Workflow to Use MySQL HeatWave AutoML with Lakehouse The workflow to use MySQL HeatWave AutoML with Lakehouse includes the following: Upload the file that has the data to a bucket in your Oracle Cloud account. Upload File to Object Storage To upload ...MySQL HeatWave AutoML and Lakehouse Overview For MySQL HeatWave on OCI, you have three options to access external data from Object Storage: Pre-Authenticated Requests (PAR), Resource Principals, or Uniform Resource Identifiers (URI) (As of MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/import-table.html
Given those file names, the copy commands look like this: $> cd export_basedir/data/hr $> cp employees_125.sdi /tmp/export $> cp managers_238.sdi /tmp/export $> cp employees.{MYD,MYI} /tmp/export $> cp managers.{MYD,MYI} /tmp/export Unlock the ...To ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-config.html
By default, the management node is the source for the configuration data; to override the default, execute ndb_config with the --config-file or --mycnf option. This example demonstrates combining --config-binary-file with other ndb_config options to ... This tool extracts current configuration information for data nodes, SQL nodes, and API nodes from one of a number of sources: an NDB Cluster management node, or its config.ini or my.cnf ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-status-variables.html
You can refine the list of status and system variables by typing the variable name into to the text box provided or by selecting a category, such as InnoDB/General. Custom Variable Grouping The status and system variables are each categorized by ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob-serverprep.html
The first step is using MySQL with BLOB data is to configure the server. For this example, use the following table definition: CREATE TABLE file( file_id SMALLINT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, file_name VARCHAR(64) NOT NULL, ...This ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob-serverprep.html
The first step is using MySQL with BLOB data is to configure the server. For this example, use the following table definition: CREATE TABLE file( file_id SMALLINT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, file_name VARCHAR(64) NOT NULL, ...This ...
Displaying 1011 to 1020 of 5281 total results