Search



Search Results
Displaying 1241 to 1250 of 2536 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-session-data.html
This function returns a session data string and provides the length of the string in out_len (if non-NULL). void * mysql_get_ssl_session_data(MYSQL *, unsigned int n_ticket, unsigned int *out_len) Description mysql_get_ssl_session_data() permits ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-embeddings.html
You can pass the text string in the routine manually or use data from tables in your database. Using this method, you can create vector embedding tables that you can use to perform similarity searches using the DISTANCE() function, without setting ... This section describes how to generate vector embeddings using the ML_EMBED_ROW ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-embed-row.html
The ML_EMBED_ROW routine uses the specified embedding model to encode the specified text or query into a vector embedding. The routine returns a VECTOR that contains a numerical representation of the specified text. This topic contains the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-windows-notes.html
By default, the macro is undefined to declare functions to be compatible with an application that calls a DLL. For example: -DSTATIC_CONCPP Prior to Connector/C++ 8.0.16, for applications that use the legacy JDBC API, define the CPPCONN_PUBLIC_FUNC ... This section describes aspects of building Connector/C++ applications that are specific to Microsoft ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
Example usage: "connectionAttributes=key1:value1,key2:value2" This functionality is available for use with MySQL Server version 5.6 or later only. Since Version 5.1.7 propertiesTransform An implementation of ... connectionAttributes A ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-result-sets.html
clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server.
https://dev.mysql.com/doc/connectors/en/connector-j-schema-validation.html
For more information on JSON schema validation in MySQL, see JSON Schema Validation Functions. schema: A string representing a JSON Schema to be used to validate a Document in the Collection; set by the setSchema() method. When working with MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
This functionality is dependent upon the following properties: loadBalanceAutoCommitStatementThreshold – defines the number of matching statements which will trigger the driver to potentially swap physical server connections. So, for example, ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements-callable.html
// // Set a parameter by index // cStmt.setString(1, "abcdefg"); // // Alternatively, set a parameter using // the parameter name // cStmt.setString("inputParam", "abcdefg"); // // Set the 'in/out' parameter using an index // cStmt.setInt(2, 1); // ...For more information on MySQL stored procedures, please refer to Using Stored ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-provider-profile.html
This requires a significant amount of code, but ASP.NET reduces this considerable by including the functionality in its Profile classes. Click Edit and then configure a connection string for the database that will be used to store user profile ...
Displaying 1241 to 1250 of 2536 total results