Rechercher dans le manuel MySQL

Displaying 151 to 160 of 196 total results
https://dev.mysql.com/mysql-error.html
const char *mysql_error(MYSQL *mysql) For the connection specified by mysql, mysql_error() returns a null-terminated string containing the error message for the most recently invoked API function that failed. If a function did not fail, the return ...
https://dev.mysql.com/mysql-get-client-info.html
const char *mysql_get_client_info(void) Returns a string that represents the MySQL client library version (for example, "8.0.20"). The function value is the version of MySQL that provides the client library. For more information, see Section ...
https://dev.mysql.com/mysql-get-host-info.html
const char *mysql_get_host_info(MYSQL *mysql) Returns a string describing the type of connection in use, including the server host name. A character string representing the server host name and the connection type.
https://dev.mysql.com/mysql-get-option.html
int mysql_get_option(MYSQL *mysql, enum mysql_option option, const void *arg) Returns the current value of an option settable using mysql_options(). The option argument is the option for which you want its value. The arg argument is a pointer to a ...
https://dev.mysql.com/mysql-get-server-info.html
const char *mysql_get_server_info(MYSQL *mysql) Returns a string that represents the MySQL server version (for example, "8.0.20").
https://dev.mysql.com/mysql-get-ssl-cipher.html
const char *mysql_get_ssl_cipher(MYSQL *mysql) mysql_get_ssl_cipher() returns the encryption cipher used for the given connection to the server. A string naming the encryption cipher used for the connection, or NULL if the connection is not ...
https://dev.mysql.com/mysql-info.html
const char *mysql_info(MYSQL *mysql) Retrieves a string providing information about the most recently executed statement, but only for the statements listed here. A character string representing additional information about the most recently ...The ...
https://dev.mysql.com/mysql-list-dbs.html
MYSQL_RES *mysql_list_dbs(MYSQL *mysql, const char *wild) Returns a result set consisting of database names on the server that match the simple regular expression specified by the wild parameter. wild may contain the wildcard characters % or _, or ...Calling mysql_list_dbs() is similar to executing the query SHOW DATABASES [LIKE ...
https://dev.mysql.com/mysql-list-tables.html
MYSQL_RES *mysql_list_tables(MYSQL *mysql, const char *wild) Returns a result set consisting of table names in the current database that match the simple regular expression specified by the wild parameter. wild may contain the wildcard characters % ...Calling mysql_list_tables() is similar to executing the query SHOW TABLES [LIKE ...
https://dev.mysql.com/mysql-load-plugin-v.html
struct st_mysql_client_plugin *mysql_load_plugin_v(MYSQL *mysql, const char *name, int type, int argc, va_list args) This function is equivalent to mysql_load_plugin(), but it accepts a va_list instead of a variable list of parameters.
Displaying 151 to 160 of 196 total results

Zoek in de MySQL-handleiding

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-fct-char-p-16.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:en Manuel MySQL : https://dev.mysql.com/

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut