Main Page   Compound List   File List   Compound Members   File Members  

_edg_wll_QueryRec Struct Reference

List of all members.

Public Attributes

edg_wll_QueryAttr attr
 attribute to query.

edg_wll_QueryOp op
 query operation.

union {
   char *   tag
   edg_wll_JobStatCode   state
attr_id
 Specification of attribute to query.

union {
   int   i
   char *   c
   timeval   t
   edg_wlc_JobId   j
value
 Query operand. More...

union {
   int   i
   char *   c
   timeval   t
   edg_wlc_JobId   j
value2
 Query operand. More...


Detailed Description

Single query condition for edg_wll_Query(). Those records are composed to form an SQL where clause when processed at the L&B server


Member Data Documentation

char* c
 

character query attribute value.

int i
 

integer query attribute value.

edg_wlc_JobId j
 

JobId query attribute value.

edg_wll_JobStatCode state
 

job status code.

struct timeval t
 

time query attribute value.

char* tag
 

user tag name.

union { ... } value
 

Query operand.

The appropriate type is uniquely defined by the attr member

union { ... } value2
 

Query operand.

The appropriate type is uniquely defined by the attr member


The documentation for this struct was generated from the following file:
Generated on Fri May 14 14:18:56 2004 for L&B API C by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002