Record st_mysql_methods
Unit
Declaration
type st_mysql_methods = record
Description
This item has no description.
Overview
Fields
Description
Fields
| Public | read_query_result: function(mysql:PMYSQL):my_bool; cdecl; |
|
This item has no description. | |
| Public | advanced_command: function(mysql:PMYSQL; command:enum_server_command; header:Pbyte; header_length:culong; arg:Pbyte; arg_length:culong; skip_check:my_bool):my_bool; |
|
This item has no description. | |
| Public | read_rows: function(mysql:PMYSQL; mysql_fields:PMYSQL_FIELD; fields:cuint):PMYSQL_DATA; |
|
This item has no description. | |
| Public | use_result: function(mysql:PMYSQL):PMYSQL_RES; |
|
This item has no description. | |
| Public | fetch_lengths: procedure(fto:pculong; column:MYSQL_ROW; field_count:cuint); |
|
This item has no description. | |
| Public | flush_use_result: procedure(mysql:PMYSQL); |
|
This item has no description. | |
| Public | list_fields: function(mysql:PMYSQL):PMYSQL_FIELD; |
|
This item has no description. | |
| Public | read_prepare_result: function(mysql:PMYSQL; stmt:PMYSQL_STMT):my_bool; |
|
This item has no description. | |
| Public | stmt_execute: function(stmt:PMYSQL_STMT):cint; |
|
This item has no description. | |
| Public | read_binary_rows: function(stmt:PMYSQL_STMT):cint; |
|
This item has no description. | |
| Public | unbuffered_fetch: function(mysql:PMYSQL; row:PPchar):cint; |
|
This item has no description. | |
| Public | free_embedded_thd: procedure(mysql:PMYSQL); |
|
This item has no description. | |
| Public | read_statistics: function(mysql:PMYSQL):Pchar; |
|
This item has no description. | |
| Public | next_result: function(mysql:PMYSQL):my_bool; |
|
This item has no description. | |
| Public | read_change_user_result: function(mysql:PMYSQL; buff:Pchar; passwd:Pchar):cint; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.