From 3f619478f796eddbba6e39502fe941b285dd97b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:00:34 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- libmariadb/man/mariadb_dyncol_exists_named.3 | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 libmariadb/man/mariadb_dyncol_exists_named.3 (limited to 'libmariadb/man/mariadb_dyncol_exists_named.3') diff --git a/libmariadb/man/mariadb_dyncol_exists_named.3 b/libmariadb/man/mariadb_dyncol_exists_named.3 new file mode 100644 index 00000000..7bd54b4b --- /dev/null +++ b/libmariadb/man/mariadb_dyncol_exists_named.3 @@ -0,0 +1,33 @@ +.\" Automatically generated by Pandoc 2.5 +.\" +.TH "mariadb_dyncol_exists_named" "3" "" "Version 3.3.1" "MariaDB Connector/C" +.hy +.SS Name +.PP +mariadb_dyncol_exists_named \- Check if column with given name exists. +.SS Synopsis +.IP +.nf +\f[C] +enum enum_dyncol_func_result +mariadb_dyncol_exists_named(DYNAMIC_COLUMN *str, + MYSQL_LEX_STRING *column_key); +\f[R] +.fi +.SS Description +.PP +Checks if a column with the specified column key exists. +.SS Parameter +.IP \[bu] 2 +\f[C]*str\f[R] \- Dynamic column +.IP \[bu] 2 +\f[C]*column_key\f[R] \- The column key to search for +.SS Return value +.PP +Returns \f[C]ER_DYNCOL_YES\f[R] if a column with given key exists, +\f[C]ER_DYNCOL_NO\f[R] if no column exists or error. +.SS See also +.IP \[bu] 2 + +.IP \[bu] 2 +Dynamic Column Error Codes (dyncol_typesanddefs#error-codes) -- cgit v1.2.3