[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql41' (#mysql41_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;

end;