All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields | Private Attributes
as_udf_call Struct Reference

Detailed Description

Defines a call to a UDF

Definition at line 89 of file as_udf.h.

#include "as_udf.h"

+ Collaboration diagram for as_udf_call:

Data Fields

as_listarglist
 
as_udf_function_name function
 
as_udf_module_name module
 

Private Attributes

bool _free
 

Field Documentation

bool as_udf_call::_free
private

If true, then as_udf_call_destroy() will free this instance.

Definition at line 95 of file as_udf.h.

as_list* as_udf_call::arglist

Argument List

Definition at line 110 of file as_udf.h.

as_udf_function_name as_udf_call::function

UDF Function to be called

Definition at line 105 of file as_udf.h.

as_udf_module_name as_udf_call::module

UDF Module containing the function to be called.

Definition at line 100 of file as_udf.h.


The documentation for this struct was generated from the following file: