Search



Search Results
Displaying 421 to 430 of 2176 total results
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt-app.html
If the schema is already set for the current session, you can set this parameter to NULL to use the current session schema. If the value is NULL, tasks of all types are included. If set to NULL, execute_prepared_stmt_from_app_async is used as the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
ndb_connectstring: NDB Cluster connection string used to connect to the management server. If mappings is undefined, null, or an empty array, no mappings are loaded or validated. If mappings contains a string or a constructor function, the metadata ... This class is used to generate and obtain information about sessions (Session ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-error.html
const char * mysql_error(MYSQL *mysql) Description For the connection specified by mysql, mysql_error() returns a null-terminated string containing the error message for the most recently invoked API function that failed. If a function did not ...A ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options4.html
The first and second strings indicate the key and value, respectively. The second argument points to a character string that provides the password value. Example This example demonstrates the calls that specify connection attributes: MYSQL mysql; ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-modify.html
It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that are to be modified—a detailed discussion on the SearchConditionStr can be found in Section 4.3.2, “Collection.find()”. If one or more ... The ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
The syntax needs to be exact for reasons of efficiency, as this test is done for every statement that is executed: protected static final String PING_MARKER = "/* ping */"; ... Connection pooling is a technique of creating and managing a pool of ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
The syntax needs to be exact for reasons of efficiency, as this test is done for every statement that is executed: protected static final String PING_MARKER = "/* ping */"; ... Connection pooling is a technique of creating and managing a pool of ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-usage.html
Each of those functions, if successful, returns a binary string indicating what action occurred. Version Tokens treats token names and values as binary strings, so comparisons are case-sensitive. Otherwise, an error occurs: mysql> SELECT ... Before ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
SQL_NO_DATA Exception from ODBC.NET Using ODBC.NET with Connector/ODBC, while fetching empty string (0 length), it starts giving the SQL_NO_DATA exception. Ensure that the field has a default value (rather than NULL) and that the default value is ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
SQL_NO_DATA Exception from ODBC.NET Using ODBC.NET with Connector/ODBC, while fetching empty string (0 length), it starts giving the SQL_NO_DATA exception. Ensure that the field has a default value (rather than NULL) and that the default value is ...
Displaying 421 to 430 of 2176 total results