Record st_mysql_stmt
Unit
Declaration
type st_mysql_stmt = record
Description
This item has no description.
Overview
Fields
| Public | mem_root: MEM_ROOT; |
| Public | list: LIST; |
| Public | mysql: PMYSQL; |
| Public | params: PMYSQL_BIND_51; |
| Public | bind: PMYSQL_BIND_51; |
| Public | fields: PMYSQL_FIELD; |
| Public | result: MYSQL_DATA; |
| Public | data_cursor: PMYSQL_ROWS; |
| Public | read_row_func: function(stmt:Pst_mysql_stmt; row:PPbyte):cint; cdecl; |
| Public | affected_rows: my_ulonglong; |
| Public | insert_id: my_ulonglong; |
| Public | stmt_id: culong; |
| Public | flags: culong; |
| Public | prefetch_rows: culong; |
| Public | server_status: cuint; |
| Public | last_errno: cuint; |
| Public | param_count: cuint; |
| Public | field_count: cuint; |
| Public | state: enum_mysql_stmt_state; |
| Public | last_error: array[0..(MYSQL_ERRMSG_SIZE)-1] of char; |
| Public | sqlstate: array[0..(SQLSTATE_LENGTH+1)-1] of char; |
| Public | send_types_to_server: my_bool; |
| Public | bind_param_done: my_bool; |
| Public | bind_result_done: cuchar; |
| Public | unbuffered_fetch_cancelled: my_bool; |
| Public | update_max_length: my_bool; |
| Public | extension: pointer; |
Description
Fields
| Public | mem_root: MEM_ROOT; |
|
This item has no description. | |
| Public | list: LIST; |
|
This item has no description. | |
| Public | mysql: PMYSQL; |
|
This item has no description. | |
| Public | params: PMYSQL_BIND_51; |
|
This item has no description. | |
| Public | bind: PMYSQL_BIND_51; |
|
This item has no description. | |
| Public | fields: PMYSQL_FIELD; |
|
This item has no description. | |
| Public | result: MYSQL_DATA; |
|
This item has no description. | |
| Public | data_cursor: PMYSQL_ROWS; |
|
This item has no description. | |
| Public | read_row_func: function(stmt:Pst_mysql_stmt; row:PPbyte):cint; cdecl; |
|
This item has no description. | |
| Public | affected_rows: my_ulonglong; |
|
This item has no description. | |
| Public | insert_id: my_ulonglong; |
|
This item has no description. | |
| Public | stmt_id: culong; |
|
This item has no description. | |
| Public | flags: culong; |
|
This item has no description. | |
| Public | prefetch_rows: culong; |
|
This item has no description. | |
| Public | server_status: cuint; |
|
This item has no description. | |
| Public | last_errno: cuint; |
|
This item has no description. | |
| Public | param_count: cuint; |
|
This item has no description. | |
| Public | field_count: cuint; |
|
This item has no description. | |
| Public | state: enum_mysql_stmt_state; |
|
This item has no description. | |
| Public | last_error: array[0..(MYSQL_ERRMSG_SIZE)-1] of char; |
|
This item has no description. | |
| Public | sqlstate: array[0..(SQLSTATE_LENGTH+1)-1] of char; |
|
This item has no description. | |
| Public | send_types_to_server: my_bool; |
|
This item has no description. | |
| Public | bind_param_done: my_bool; |
|
This item has no description. | |
| Public | bind_result_done: cuchar; |
|
This item has no description. | |
| Public | unbuffered_fetch_cancelled: my_bool; |
|
This item has no description. | |
| Public | update_max_length: my_bool; |
|
This item has no description. | |
| Public | extension: pointer; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.