Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables ...Example ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
For specific compatibility information, see Table 4.3, “Connector/NET Versions and Entity Framework Core Support”. The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
Entity Framework 6 and Entity Framework Core to migrate data to and from MySQL data tables. MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. It implements the required ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-fractional.html
To use the more precise date and time types, specify a value from 1 to 6 when creating the table column, for example TIME(3) or DATETIME(6), representing the number of digits of precision after the decimal point. MySQL Connector/NET supports the ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-init-db.html
In subsequent queries, this database is the default for table references that include no explicit database qualifier. Syntax: cnx.cmd_init_db(db_name) This method makes specified database the default (current) database.
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-example.html
For specific compatibility information, see Table 7.1, “Connector/NET Versions and Entity Framework Core Support”. The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-introduction.html
Entity Framework 6 and Entity Framework Core to migrate data to and from MySQL data tables. MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. It implements the required ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-fractional.html
To use the more precise date and time types, specify a value from 1 to 6 when creating the table column, for example TIME(3) or DATETIME(6), representing the number of digits of precision after the decimal point. MySQL Connector/NET supports the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-cmd-init-db.html
In subsequent queries, this database is the default for table references that include no explicit database qualifier. Syntax: cnx.cmd_init_db(db_name) This method makes specified database the default (current) database.
https://dev.mysql.com/doc/internals/en/coding-style.html
Having the difference frequent at the end of long lines is very uncomfortable. Write SQL statements in the style of the MySQL Reference Manual SQL keywords and reserved words: uppercase Identifiers (table names, column names, etc.): lowercase Ignore ... Please have a look at the C/C++ coding guidelines and apply them when they make ...