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

st_mysql_bind

Declaration

Source position: mysql.inc line 1054

type st_mysql_bind = record

  length: Pdword;

  is_null: Pmy_bool;

  buffer: pointer;

  error: Pmy_bool;

  buffer_type: enum_field_types;

  buffer_length: dword;

  row_ptr: PByte;

  offset: dword;

  length_value: dword;

  param_number: dword;

  pack_length: dword;

  error_value: Pmy_bool;

  is_unsigned: my_bool;

  long_data_used: my_bool;

  is_null_value: 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;