Search Results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-api.html
An application can call SQLGetInfo function to obtain conformance information about Connector/ODBC. To obtain information about support for a specific function in the driver, an application can call SQLGetFunctions. Note For backward compatibility, ...For the complete ODBC API reference, please refer to the ODBC Programmer's Reference at ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-service.html
Keyring service functions treat key IDs, user names, types, and values as binary strings, so comparisons are case-sensitive. The function stores into it a pointer to a null-terminated string that provides additional information about the key (stored ...MySQL distributions provide a keyring interface that is accessible at two levels: At the SQL level, as a set of loadable functions that each map onto calls to the service ...
https://dev.mysql.com/doc/internals/en/mysys-directory.html
For example, the main functions in my_getwd.c are described thus: "int my_getwd _A((string buf, uint size, myf MyFlags)); int my_setwd _A((const char *dir, myf MyFlags)); Get and set working directory." . There are 125 *.c programs in this ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-routines-table.html
CHARACTER_MAXIMUM_LENGTH For stored function string return values, the maximum length in characters. CHARACTER_OCTET_LENGTH For stored function string return values, the maximum length in bytes. CHARACTER_SET_NAME For stored function character ...
https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption-configuring.html
You can also configure the functions provided by the component_enterprise_encryption component to support decryption and verification for content produced by the old openssl_udf shared library functions. Decryption Support By Component Functions For ... MySQL Enterprise Encryption lets you limit keys to a length that provides adequate security for your requirements while balancing this with resource ...
https://dev.mysql.com/doc/refman/8.4/en/group-by-handling.html
SQL:1999 and later permits such nonaggregates per optional feature T301 if they are functionally dependent on GROUP BY columns: If such a relationship exists between name and custid, the query is legal. If the ONLY_FULL_GROUP_BY SQL mode is enabled ... SQL-92 and earlier does not permit queries for which the select list, HAVING condition, or ORDER BY list refer to nonaggregated columns that are not named in the GROUP BY ...
https://dev.mysql.com/doc/refman/8.4/en/system-schema.html
parameter_type_elements: Information about stored procedure and function parameters, and about return values for stored functions. view_routine_usage: Information about dependencies between views and stored functions used by them. Object Information ...It contains tables that store information required by the MySQL server as it ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-objects-create.html
The name must be unique among the members that have already been added to the same extension object, and if the member is a function, the name does not have to match the name of the defined function. The supported data types are “none” or ...The ...
https://dev.mysql.com/doc/refman/8.4/en/create-view.html
Columns retrieved by the SELECT statement can be simple references to table columns, or expressions that use functions, constant values, operators, and so forth. Within a view definition, the CURRENT_USER function returns the view's DEFINER value by ...If the view does not exist, CREATE OR REPLACE VIEW is the same as CREATE ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/services-for-plugins.html
MySQL server plugins have access to server “plugin services.” The plugin services interface exposes server functionality that plugins can call. It complements the plugin API and has these characteristics: Services enable plugins to access code ...The interface includes a versioning mechanism so that service versions supported by the server can be checked at load time against plugin ...