[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql41' (#mysql41_api)

st_mysql_bind

Declaration

Source position: mysql.inc line 1054

type st_mysql_bind = record

  length: Pdword;

  is_null: Pmy_bool;

  buffer: pointer;

  buffer_type: enum_field_types;

  buffer_length: dword;

  inter_buffer: Pbyte;

  offset: dword;

  internal_length: dword;

  param_number: dword;

  pack_length: dword;

  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;