Search



Search Results
Displaying 1401 to 1410 of 2220 total results
https://dev.mysql.com/doc/workbench/en/wb-table-editor-foreign-keys-tab.html
The options are: RESTRICT CASCADE SET NULL NO ACTION To drop a foreign key, right-click the row you wish to delete, then select the Delete Selected FKs menu item. The Foreign Keys subtab is organized in much the same fashion as the Indexes subtab ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-metadata.html
getProceduresReturnsFunctions Pre-JDBC4 'DatabaseMetaData' API has only the 'getProcedures()' and 'getProcedureColumns()' methods, so they return metadata info for both stored procedures and functions. JDBC4 was extended with the 'getFunctions()' ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-session.html
If not set or set to "null", the server will send data in its original character set and the driver will decode it according to the result metadata. sessionVariables A comma or semicolon separated list of "name=value" pairs to be sent as "SET ...
https://dev.mysql.com/doc/connectors/en/connector-j-session-state-tracker.html
Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. The reception of the information is enabled by setting the Connector/J connection property trackSessionState ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-problems.html
Invalid MySQL dates cannot be loaded into native .NET DateTime objects, including NULL dates. The differences in date handling can cause problems for developers who use invalid dates. Because of this issue, .NET DataSet objects cannot be populated ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. This tutorial demonstrates how to configure the web parts personalization provider using Connector/NET. Minimum ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-problems.html
Invalid MySQL dates cannot be loaded into native .NET DateTime objects, including NULL dates. The differences in date handling can cause problems for developers who use invalid dates. Because of this issue, .NET DataSet objects cannot be populated ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. This tutorial demonstrates how to configure the web parts personalization provider using Connector/NET. Minimum ...
https://dev.mysql.com/doc/internals/en/binlog-row-image.html
Otherwise, if there exists a UK where all columns have the NOT NULL attribute, then that is the PKE (if there are more than one such UKs, then one is chosen arbitrarily). Status of this subsection: finished, not reviewed, not fully implemented ...
https://dev.mysql.com/doc/internals/en/creating-tables.html
Once a handler is instanced, the first operation that will likely be required is the creation of a table. Your storage engine must implement the [custom-engine.html#custom-engine-api-reference-create create()] virtual method: virtual int ...
Displaying 1401 to 1410 of 2220 total results