Detailed Description
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.
Function Documentation
Read field for unbuffered result, possibly in parts. This is especially useful for blob streaming, since the client does not need to buffer the entire blob.
Definition at line 22 of file field.c.
Buffer one field.
Definition at line 51 of file field.c.
Free a buffered field.
Definition at line 97 of file field.c.