YACDB
Yet Another C(rappy) Database
SelInstr Struct Reference

Select instruction. More...

#include <instruction.h>

Collaboration diagram for SelInstr:

Data Fields

instrType type
 Always "sel".
 
char * table
 Table name.
 
charraycolumns
 Columns name, if empty represents all columns.
 
int has_cond
 1 if there is a where statement in the instruction
 
struct conditioncond
 The condition in the where.
 

Detailed Description

Select instruction.


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