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 Row Declarations for Servers
16
#ifndef __DRIZZLE_ROW_SERVER_H
17
#define __DRIZZLE_ROW_SERVER_H
24
* @addtogroup drizzle_row_server Row Declarations for Servers
25
* @ingroup drizzle_server_interface
27
* These functions allow you to send row information over a connection.
35
drizzle_return_t drizzle_row_write(drizzle_result_st *result);
43
#endif /* __DRIZZLE_ROW_SERVER_H */