summaryrefslogtreecommitdiffstats
path: root/libmariadb/man/mariadb_dyncol_column_cmp_named.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:24:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:24:36 +0000
commit06eaf7232e9a920468c0f8d74dcf2fe8b555501c (patch)
treee2c7b5777f728320e5b5542b6213fd3591ba51e2 /libmariadb/man/mariadb_dyncol_column_cmp_named.3
parentInitial commit. (diff)
downloadmariadb-06eaf7232e9a920468c0f8d74dcf2fe8b555501c.tar.xz
mariadb-06eaf7232e9a920468c0f8d74dcf2fe8b555501c.zip
Adding upstream version 1:10.11.6.upstream/1%10.11.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libmariadb/man/mariadb_dyncol_column_cmp_named.3')
-rw-r--r--libmariadb/man/mariadb_dyncol_column_cmp_named.331
1 files changed, 31 insertions, 0 deletions
diff --git a/libmariadb/man/mariadb_dyncol_column_cmp_named.3 b/libmariadb/man/mariadb_dyncol_column_cmp_named.3
new file mode 100644
index 00000000..ba345c28
--- /dev/null
+++ b/libmariadb/man/mariadb_dyncol_column_cmp_named.3
@@ -0,0 +1,31 @@
+.\" Automatically generated by Pandoc 2.5
+.\"
+.TH "mariadb_dyncol_column_cmp_named" "3" "" "Version 3.3.1" "MariaDB Connector/C"
+.hy
+.SS Name
+.PP
+mariadb_dyncol_column_cmp_named \- Compare two column names
+.SS Synopsis
+.IP
+.nf
+\f[C]
+#include <mariadb_dyncol.h>
+
+int mariadb_dyncol_column_cmp_named(const MYSQL_LEX_STRING *s1,
+ const MYSQL_LEX_STRING *s2);
+\f[R]
+.fi
+.SS Description
+.PP
+Compares two dynamic column keys represented as a pointer to a
+\f[C]MYSQL_LEX_STRING\f[R] structure.
+.SS Parameter
+.IP \[bu] 2
+\f[C]s1\f[R] \- First key
+.IP \[bu] 2
+\f[C]s2\f[R] \- Second key
+.SS Return value
+.PP
+Returns an integer less than, equal to, or greater than zero if the
+first bytes of \f[C]s1\f[R] is found, respectively, to be less than, to
+match, or be greater than the first bytes of \f[C]s2\f[R].