Source position: mncMySQLHeader.pas line 875
type st_mysql_res = record |
||
row_count: my_ulonglong; |
|
|
fields: PMYSQL_FIELD; |
|
|
data: PMYSQL_DATA; |
|
|
data_cursor: PMYSQL_ROWS; |
|
|
lengths: pculong; |
|
|
handle: PMYSQL; |
|
|
methods: Pst_mysql_methods; |
|
|
row: MYSQL_ROW; |
|
|
current_row: MYSQL_ROW; |
|
|
field_alloc: MEM_ROOT; |
|
|
field_count: cuint; |
|
|
current_field: cuint; |
|
|
eof: my_bool; |
|
|
unbuffered_fetch_cancelled: my_bool; |
|
|
extension: pointer; |
|
|
end; |
CT Web help |
CodeTyphon Studio |