2
* Drizzle Client & Protocol Library
4
* Copyright (C) 2008 Eric Day (eday@oddments.org)
7
* Use and distribution licensed under the BSD license. See
8
* the COPYING file in this directory for full text.
13
* @brief Command Declarations for Clients
16
#ifndef __DRIZZLE_COMMAND_CLIENT_H
17
#define __DRIZZLE_COMMAND_CLIENT_H
24
* @addtogroup drizzle_command_client Command Declarations for Clients
25
* @ingroup drizzle_client_interface
27
* These functions are used to issue commands on a connection. Normal SQL
28
* queries are issued using the drizzle_query* functions defined in query.h.
38
#endif /* __DRIZZLE_COMMAND_CLIENT_H */