Search



Search Results
Displaying 371 to 380 of 1889 total results
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-j-connp-props-statements.html
This results in better performance when dealing with time zone conversions in Date and Time data types, however it won't be aware of time zone changes if they happen at runtime. Default Value true Since Version 3.0.3 dontTrackOpenResources The JDBC ...Default Value true Since Version 8.0.20 continueBatchOnError Should the driver continue processing batch commands if one statement ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
This section explains the syntax of the URLs for connecting to MySQL. This is the generic format of the connection URL: protocol//[hosts][/database][?properties] The URL consists of the following parts: Important Any reserved characters for URLs ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-parameters.html
This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
Alternatively, unixODBC may be used by setting this option to “1”. For dependencies inherited from the MySQL client library, this only works if these dependencies are bundled with the client library itself. To link statically to the MySQL client ... You need the following tools to build MySQL from source on Unix: A working ANSI C++ ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
Alternatively, unixODBC may be used by setting this option to “1”. For dependencies inherited from the MySQL client library, this only works if these dependencies are bundled with the client library itself. To link statically to the MySQL client ... You need the following tools to build MySQL from source on Unix: A working ANSI C++ ...
https://dev.mysql.com/doc/internals/en/autotools-plugin-macros.html
Example: MYSQL_PLUGIN(ftexample, [Simple Parser], [Simple full-text parser plugin]) Declaring a storage engine plugin: MYSQL_STORAGE_ENGINE(name, legacy-opt, long-name, description [,configlist]) This is a simple utility macro that calls ... The ...
https://dev.mysql.com/doc/internals/en/determining-logging-format.html
This must be done prior to the call to THD::decide_logging_format() (that is, prior to lock_tables). This prevents warnings in the case that the statement generates an error later so that it is not logged. At this point, it calls ... For each ...
https://dev.mysql.com/doc/internals/en/optimizer-constants-constant-tables.html
unique_not_null_column INT NOT NULL UNIQUE then this expression FROM Table1 ... Here's an example: SELECT Table1.unique_not_null_column, Table2.any_column FROM Table1, Table2 WHERE Table1.unique_not_null_column = Table2.any_column AND ... A MySQL ...
Displaying 371 to 380 of 1889 total results