Unit 'mysql40dyn' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#mysql]

st_mysql_methods

Declaration

Source position: mysql.inc line 1337

type st_mysql_methods = record

  read_query_result: function(

  mysql: PMYSQL

):my_bool;

  advanced_command: function(

  mysql: PMYSQL;

  command: enum_server_command;

  header: Pcuchar;

  header_length: culong;

  arg: Pcuchar;

  arg_length: culong;

  skip_check: my_bool

):my_bool;

  read_rows: function(

  mysql: PMYSQL;

  mysql_fields: PMYSQL_FIELD;

  fields: cuint

):PMYSQL_DATA;

  use_result: function(

  mysql: PMYSQL

):PMYSQL_RES;

  fetch_lengths: procedure(

  fto: pculong;

  column: MYSQL_ROW;

  field_count: cuint

);

  flush_use_result: procedure(

  mysql: PMYSQL

);

  list_fields: function(

  mysql: PMYSQL

):PMYSQL_FIELD;

  read_prepare_result: function(

  mysql: PMYSQL;

  stmt: PMYSQL_STMT

):my_bool;

  stmt_execute: function(

  stmt: PMYSQL_STMT

):cint;

  read_binary_rows: function(

  stmt: PMYSQL_STMT

):cint;

  unbuffered_fetch: function(

  mysql: PMYSQL;

  row: PPchar

):cint;

  free_embedded_thd: procedure(

  mysql: PMYSQL

);

  read_statistics: function(

  mysql: PMYSQL

):Pchar;

  next_result: function(

  mysql: PMYSQL

):my_bool;

  read_change_user_result: function(

  mysql: PMYSQL;

  buff: Pchar;

  passwd: Pchar

):cint;

end;


Documentation generated on: 2023-03-18