Detailed Description
These are core result functions used by both clients and servers.
Enumeration Type Documentation
Options for drizzle_result_st.
- Enumerator:
| DRIZZLE_RESULT_NONE |
|
| DRIZZLE_RESULT_ALLOCATED |
|
| DRIZZLE_RESULT_SKIP_COLUMN |
|
| DRIZZLE_RESULT_BUFFER_COLUMN |
|
| DRIZZLE_RESULT_BUFFER_ROW |
|
| DRIZZLE_RESULT_EOF_PACKET |
|
| DRIZZLE_RESULT_ROW_BREAK |
|
Definition at line 310 of file constants.h.
Function Documentation
Initialize a result structure.
Definition at line 22 of file result.c.
Clone a connection structure.
Definition at line 52 of file result.c.
Free a result structure.
Definition at line 75 of file result.c.
Get EOF flag for a result.
Definition at line 114 of file result.c.
Get information string for a result.
Definition at line 119 of file result.c.
Get error string for a result.
Definition at line 124 of file result.c.
Get server defined error code for a result.
Definition at line 129 of file result.c.
Get SQL state code for a result.
Definition at line 134 of file result.c.
Get the number of warnings encounted during a command.
Definition at line 139 of file result.c.
Get inet ID of the last command, if any.
Definition at line 144 of file result.c.
Get the number of affected rows during the command.
Definition at line 149 of file result.c.
Get the number of columns in a result set.
Definition at line 154 of file result.c.
Get the number of rows returned for the command.
Definition at line 159 of file result.c.