Search



Search Results
Displaying 1341 to 1350 of 5018 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-authentication.html
Classes Class Description MySqlAuthenticationPlugin Abstract class used to define an authentication plugin. MySqlClearPasswordPlugin Allows connections to a user account set with the mysql_clear_password authentication plugin. MySqlPemReader ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-common-dnsclient.html
A four bit field that specifies kind of query in this message. This value is set by the originator of a query and copied into the response.
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-interceptors.html
Classes Class Description BaseExceptionInterceptor Represents the base class for all user-defined exception interceptors.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-affected-rows.html
Syntax: count = ccnx.affected_rows() Returns the number of rows changed, inserted, or deleted by the most recent UPDATE, INSERT, or DELETE statement.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-autocommit.html
Raises a ValueError exception if mode is not True or False.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-change-user.html
Syntax: ccnx.change_user(user='user_name, password='password_val', database='db_name') Changes the user and sets a new default database.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-commit.html
Syntax: ccnx.commit() Commits the current transaction. ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-escape-string.html
Syntax: str = ccnx.escape_string(str_to_escape) Uses the mysql_escape_string() C API function to create an SQL string that you can use in an SQL statement. Raises a MySQLError exception if the string could not be escaped. Raises a TypeError ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-field-count.html
Syntax: count = ccnx.field_count() Returns the number of columns in the active result set.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-get-host-info.html
Syntax: info = ccnx.get_host_info() Returns a description of the type of connection in use as a string.
Displaying 1341 to 1350 of 5018 total results