Search Results
                    
                    
            https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-data-structures.html
                                 A plugin library file includes descriptor information to indicate what plugins it contains. If the plugin library contains any server plugins, it must include the following descriptor information: A library descriptor indicates the general server ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-plugins.html
                                 To create a plugin library, you must provide the required descriptor information that indicates what plugins the library file contains, and write the interface functions for each plugin. Every server plugin must have a general descriptor that ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
                                Note When entering default values, in the case of CHAR and VARCHAR data types MySQL Workbench will attempt to automatically add quotation marks, if the user does not start their entry with one. You must manually add single quote characters for the ... Use the Columns subtab to display and edit all the column information for 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-net-entityframework-core.html
                                Length values are in bytes for nonbinary and binary string types, depending on the character set used.  MySQL Connector/NET integrates support for Entity Framework Core (EF Core). The requirements and configuration of EF Core depend on the version ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-stored-procedures.html
                                Putting database-intensive operations into stored procedures lets you define an API for your database application. You can reuse this API across multiple applications and multiple programming languages. This technique avoids duplicating database ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-authentication.html
                                #define MYSQL_DRIVER_CONNECT_ATTR_BASE 0x00004000 // Custom constants used for callback #define CB_FIDO_GLOBAL MYSQL_DRIVER_CONNECT_ATTR_BASE + 0x00001000 #define CB_FIDO_CONNECTION MYSQL_DRIVER_CONNECT_ATTR_BASE + 0x00001001 // Usage example // ...
                                            
                https://dev.mysql.com/doc/connectors/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/connectors/en/connector-python-api-mysqlcursor-callproc.html
                                 Syntax: result_args = cursor.callproc(proc_name, args=()) This method calls the stored procedure named by the proc_name argument. The args sequence of parameters must contain one entry for each argument that the procedure expects. Result sets ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core.html
                                Length values are in bytes for nonbinary and binary string types, depending on the character set used.  MySQL Connector/NET integrates support for Entity Framework Core (EF Core). The requirements and configuration of EF Core depend on the version ...