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

st_udf_args

Declaration

Source position: mysql.inc line 440

type st_udf_args = record

  arg_count: dword;

  arg_type: PItem_result;

  args: ;

  lengths: Pdword;

  maybe_null: Pchar;

  attributes: ;

  attribute_lengths: ;

end;