Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-execute.html
In the preceding example, the datetime.date() instance is converted to '2012-03-23'. Syntax: cursor.execute(operation, params=None) iterator = cursor.execute(operation, params=None) # Allowed before 9.2.0 iterator = cursor.execute(operation, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
AllowZeroDateTime , Allow Zero Datetime Default: false If set to True, MySqlDataReader.GetValue() returns a MySqlDateTime object for date or datetime columns that have disallowed values, such as zero datetime values, and a System.DateTime object for ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
If the inserted or updated records are shown as #DELETED# in Access, then: If you are using Access 2000, get and install the newest (version 2.6 or higher) Microsoft MDAC (Microsoft Data Access Components) from ... The following section details some ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-execute.html
In the preceding example, the datetime.date() instance is converted to '2012-03-23'. Syntax: cursor.execute(operation, params=None) iterator = cursor.execute(operation, params=None) # Allowed before 9.2.0 iterator = cursor.execute(operation, ...
https://dev.mysql.com/doc/internals/en/binary-protocol-value.html
ProtocolBinary::MYSQL_TYPE_STRING, ProtocolBinary::MYSQL_TYPE_VARCHAR, ProtocolBinary::MYSQL_TYPE_VAR_STRING, ProtocolBinary::MYSQL_TYPE_ENUM, ProtocolBinary::MYSQL_TYPE_SET, ProtocolBinary::MYSQL_TYPE_LONG_BLOB, ...
https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
The temporal data types DATE Storage: 3 byte integer, low byte first. Packed as: 'day + month*32 + year*16*32' Example: a DATE column containing '1962-01-02' looks like: hexadecimal 22 54 0F DATETIME Storage: eight bytes. Example: a DATETIME column ... Next I'll describe the physical attributes of each column in a ...
https://dev.mysql.com/doc/internals/en/replication.html
Status of this section: up to date 2009-10-21 This chapter describes MySQL replication principles, rules, and code, as it is supposed to work in version 5.1. The MySQL replication feature allows a server - the master - to send all changes to ...
https://dev.mysql.com/doc/internals/en/sql-directory.html
Programs for handling SQL commands. The "core" of MySQL. These are the .c and .cc files in the sql directory: derror.cc --- read language-dependent message file des_key_file.cc --- load DES keys from plaintext file discover.cc --- Functions for ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-tables.html
ClusterJ's main purpose is to read, write, and update row data in an existing database, rather than to perform DDL. You can create the employee table that matches this interface, using the following CREATE TABLE statement, in a MySQL client ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...