Unit 'mncMySQLHeader' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_minilib]

st_udf_args

Declaration

Source position: mncMySQLHeader.pas line 458

type st_udf_args = record

  arg_count: cuint;

  

  arg_type: PItem_result;

  

  args: PPChar;

  

  lengths: pculong;

  

  maybe_null: PAnsiChar;

  

  attributes: PPChar;

  

  attribute_lengths: pculong;

  

  extension: pointer;

  

end;



CT Web help

CodeTyphon Studio