Field Object

Client Functions

These functions allow you to access fields in a result set if the result is unbuffered. If the result is buffered, you can access the fields through the row functions.

drizzle_field_t drizzle_field_read(drizzle_result_st *result, size_t *offset, size_t *size, size_t *total, drizzle_return_t *ret_ptr)
drizzle_field_t drizzle_field_buffer(drizzle_result_st *result, size_t *total, drizzle_return_t *ret_ptr)
void drizzle_field_free(drizzle_field_t field)

Server Functions

These functions allow you to send a field over a connection.

drizzle_return_t drizzle_field_write(drizzle_result_st *result, const drizzle_field_t field, size_t size, size_t total)

Table Of Contents

Previous topic

Row Object

Next topic

libdrizzle Developer Reference Manual

This Page