Search



Search Results
Displaying 2151 to 2160 of 3659 total results
https://dev.mysql.com/doc/connectors/en/connector-python-versions.html
This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure Python). For series that have reached General Availability (GA) status, development releases in the series ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
myconnString.IncludeSecurityAsserts = true; Define the MySqlConnection to use: MySqlConnection myconn = new MySqlConnection(myconnString.ConnectionString); myconn.Open(); Retrieve some data from your tables: MySqlCommand cmd = new ... If the library ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-mysqlclient.html
MySqlCommandBuilder Automatically generates single-table commands used to reconcile changes made to a data set with the associated MySQL database. Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
To run the example programs in this tutorial, set up a simple test database and table using the mysql Command-Line Client or MySQL Workbench. Commands for the mysql Command-Line Client are given here: CREATE DATABASE TestDB; USE TestDB; CREATE TABLE ... This tutorial teaches you how to use the MySqlScript ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors.html
The following table shows the SQLSTATE classes and the exception Connector/Python raises. The mysql.connector.errors module defines exception classes for errors and warnings raised by MySQL Connector/Python. Most classes defined in this module are ...
https://dev.mysql.com/doc/connector-python/en/connector-python-multi.html
Users must quote these when included in multi statements for other purposes different from declaring an actual statement delimiter; such as names for tables, columns, variables, in comments, and so on. Example: CREATE TABLE `delimiter` (begin INT, ... Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter ...
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure Python). For series that have reached General Availability (GA) status, development releases in the series ...
https://dev.mysql.com/doc/internals/en/prepared-stored-reexecution.html
A non-destructive modification does not depend on actual values of prepared statement placeholders or contents of the tables used in a query. Features of MySQL 4.1 and 5.0 put a new demand on the execution process: prepared statements and stored ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-5-7.html
This section provides information about keywords and reserved words in MySQL 5.7. MySQL 5.7 Keywords and Reserved Words MySQL 5.7 New Keywords and Reserved Words MySQL 5.7 Removed Keywords and Reserved Words MySQL 5.7 Keywords and Reserved Words ...
https://dev.mysql.com/doc/ndbapi/en/ndb-hashmap.html
This section provides information about the HashMap class, which models a hash map in an NDB Cluster. HashMap Class Overview HashMap Constructor HashMap::setName() HashMap::getName() HashMap::setMap() HashMap::getMapLen() HashMap::getMapValues() ...
Displaying 2151 to 2160 of 3659 total results