Syntax_Info_T

Contains syntax information.

Service:NDS
Defined In:nwdsbuft.h and nwdsbuft.inc

Structure

C

  typedef struct 
  { 
     nuint32   ID ; 
     nstr8     defStr [MAX_SCHEMA_NAME_BYTES + 2]; 
     nflag16   flags ; 
  } Syntax_Info_T;
  

Pascal

  Syntax_Info_T = Record 
      ID : nuint32;
      defStr : Array[1..MAX_SCHEMA_NAME_BYTES+2] Of nint8; 
      flags : nflag16 
  End;
  

Fields

ID

Specifies the numeric representation of the syntax name (see Section 5.26, Syntax IDs).

defStr

Specifies the byte representation of the syntax name.

flags

Specifies the matching rules for the syntax such as equality, greater than, and less than (see Section 5.25, Syntax Matching Flags).