TRIPsystem Kernel API 8.4
Loading...
Searching...
No Matches
filter_data Struct Reference

Structure used with TdbImport and TdbExport. More...

#include <tripapi_types.h>

Public Attributes

int arg_length
int blockno
void * buffer
int buffer_length
TdbHandle cursor
int errorcode
char errortext [256]
TdbHandle filter_address
char * filter_arguments
char filter_lib_env [32]
char filter_name [32]
int filter_options
TdbHandle record_control
int tdb_options

Detailed Description

Structure used with TdbImport and TdbExport.

Member Data Documentation

◆ arg_length

int filter_data::arg_length

Arguments string length, ASE-specific

◆ blockno

int filter_data::blockno

Block number, ASE-specific

◆ buffer

void* filter_data::buffer

Data buffer, ASE-specific

◆ buffer_length

int filter_data::buffer_length

Data buffer length, ASE-specific

◆ cursor

TdbHandle filter_data::cursor

Field to operate on

◆ errorcode

int filter_data::errorcode

Filter-ASE specific return code

◆ errortext

char filter_data::errortext[256]

Filter-ASE specific error message

◆ filter_address

TdbHandle filter_data::filter_address

Filter ASE routine adresss

◆ filter_arguments

char* filter_data::filter_arguments

Arguments string, ASE-specific

◆ filter_lib_env

char filter_data::filter_lib_env[32]

OBSOLETED/UNUSED

◆ filter_name

char filter_data::filter_name[32]

Filter ASE routine name

◆ filter_options

int filter_data::filter_options

Filter ASE options

◆ record_control

TdbHandle filter_data::record_control

Record to operate on

◆ tdb_options

int filter_data::tdb_options

Data transfer options


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