Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mariadb_dyncol_check(3)	      MariaDB Connector/C      mariadb_dyncol_check(3)

   Name
       mariadb_dyncol_check - Checks if	a dynamic column has correct format

   Synopsis
	      #include <mariadb_dyncol.h>

	      enum enum_dyncol_func_result
	      mariadb_dyncol_check(DYNAMIC_COLUMN *str);

   Description
       The function mariadb_dyncol_check() checks if a dynamic column has cor-
       rect  format.   This can	be used	e.g. to	check if a blob	contains a dy-
       namic column.

   Parameter
        str- pointer to a DYNAMIC_COLUMN structure.

   Return value
       Returns ER_DYNCOL_OK if the dynamic column has correct  format,	other-
       wise ER_DYNCOL_FORMAT.

   See also
        mariadb_dyncol_count(3)

Version	3.4					       mariadb_dyncol_check(3)

Want to link to this manual page? Use this URL:
<
https://man.freebsd.org/cgi/man.cgi?query=mariadb_dyncol_check&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help