DISC

Contents | What's New | Quick Links

 

OmniAccess API

Introduction

Software Installation

Concepts and Design

Designing Applications

Omnidex Environments

SQL Reference

Omnidex API's

Utilities

Interfaces

Performance Guide

Troubleshooting Guide

Appendix

 

 

selectitemlist

 

selectitemlist is a type declaration for the OmniAccess select list control blocks. These control blocks are used exclusively by the oadescribe and oabind functions.

OmniAccess API

Status Array

Select List

Functions

Connect to an Environment

Open a Cursor

Manage Data Across Cursors

Manage Large Lists of Records

Convert Data Types

Undetermined Criteria

typedef struct oaselect_list
{

int

type;

int

subtype;

union
{

 

char

expression[132];

char

literal[132];

char

numeric[36];

struct
{

 

char

environment[33];

char

database[33];

char

table[33];

char

column[33];

} column;

 

} select_item;

 

char

alias[36];

int

datatype;

int

length;

int

usage;

int

occurrences;

int

offset;

char

options[64];

int

req_datatype;

int

req_length;

int

req_usage;

int

req_offset;

char

req_options[64];

char

*data;

int

*null_indicator;

} oaselect_list_t;

 

 

top

 

Options

option list

 

top

 

Example

 

 

 

top

Dynamic Information Systems Corporation - Omnidex Version 3.8 Build 6 J15.03-Copyright © 2003

DISC | Documentation Home