Unit 'mysql55dyn' 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;

  error: Pmy_bool;

  row_ptr: PByte;

  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

);

  buffer_length: culong;

  offset: culong;

  length_value: culong;

  param_number: cuint;

  pack_length: cuint;

  buffer_type: enum_field_types;

  error_value: my_bool;

  is_unsigned: my_bool;

  long_data_used: my_bool;

  is_null_value: my_bool;

  extension: Pointer;

end;


Documentation generated on: 2023-03-18