Search Results
https://dev.mysql.com/doc/workbench/en/wb-modules.html
Modules can be imported in Python using statements such as from grt.modules import WbModel. For the export statement, the return type is listed first, followed by the input parameter types, specified as GRT typenames. In the GRT Modules are ...
https://dev.mysql.com/doc/workbench/en/wb-performance-dashboard.html
Data points include the Table Open Cache efficiency, SQL Statements Executed, and counts (per second) for SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, and DROP statements. To display the dashboard, open a query tab and then click Dashboard from ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
When selected, this preference makes it possible to catch UPDATE and DELETE statements with keys that are not used properly and that can probably accidentally change or delete a large number of rows. This section provides configuration options that ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-options-tab.html
See CREATE TABLE Statement for more information on how to use these options. You may specify the action the server should take when users attempt to perform INSERT statements on the merge table. The Options subtab enables you to set several types ...
https://dev.mysql.com/doc/connectors/en/apis-php-introduction.html
This extension fully supports the authentication protocol used in MySQL 5.0, as well as the Prepared Statements and Multiple Statements APIs. PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
"affected rows" for DML statements, but does cause correct update counts from "INSERT ... ON DUPLICATE KEY UPDATE" statements to be returned by the server. connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-debugging-profiling.html
Default Value 2048 Since Version 3.1.3 maxByteArrayAsHex Maximum size for a byte array parameter in a prepared statement that is converted to a hexadecimal literal when interpolated by 'JdbcPreparedStatement.toString()'. logger The name of a class ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-tunes-for-integration-with-other-products.html
overrideSupportsIntegrityEnhancementFacility Should the driver return "true" for 'DatabaseMetaData.supportsIntegrityEnhancementFacility()' even if the database doesn't support it to workaround applications that require this method to return "true" ...
https://dev.mysql.com/doc/connectors/en/connector-j-examples.html
Examples of using Connector/J are located throughout this document. This section provides a summary and links to these examples. Example 3.4, “Connector/J: Obtaining a connection from the DriverManager” Example 3.5, “Connector/J: Using ...
https://dev.mysql.com/doc/connectors/en/connector-j-interceptors.html
In these kinds of interceptor classes, you might change or augment the processing done by certain kinds of statements, such as automatically checking for queried data in a memcached server, rewriting slow queries, logging information about statement ... An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user ...