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

st_mysql_bind

Declaration

Source position: mysql.inc line 1482

type st_mysql_bind = record

  length: pculong;

  is_null: Pmy_bool;

  buffer: pointer;

  buffer_type: enum_field_types;

  buffer_length: culong;

  inter_buffer: Pbyte;

  offset: culong;

  internal_length: culong;

  param_number: cuint;

  pack_length: cuint;

  is_unsigned: my_bool;

  long_data_used: my_bool;

  internal_is_null: my_bool;

  store_param_func: procedure(

  net: PNET;

  param: Pst_mysql_bind

);

  fetch_result: procedure(

  _para1: Pst_mysql_bind;

  _para2: PMYSQL_FIELD;

  row: PPbyte

);

  skip_result: procedure(

  _para1: Pst_mysql_bind;

  _para2: PMYSQL_FIELD;

  row: PPbyte

);

end;


Documentation generated on: 2023-03-18