#include <lcomandos.h>
Collaboration diagram for lcomandos:
Public Member Functions | |
lcomandos () | |
~lcomandos () | |
void | agregar (long line, int comando, tabla *taux=NULL, char *naux=NULL, listaselect *li=NULL, lelegidos *ele=NULL) |
Public Attributes | |
ncomando * | inicio |
Definition at line 10 of file lcomandos.h.
|
Definition at line 3 of file lcomandos.cpp. References inicio. |
|
Definition at line 32 of file lcomandos.cpp. References inicio, and ncomando::next. |
|
Definition at line 8 of file lcomandos.cpp. References ncomando::comando, ncomando::ele, inicio, ncomando::li, ncomando::linea, ncomando::naux, ncomando::next, and ncomando::taux. Referenced by compilador::an_ALTERTABLE(), compilador::an_CREATETABLE(), compilador::an_DELETE(), compilador::an_DROPTABLE(), compilador::an_INSERT(), compilador::an_PACKTABLE(), compilador::an_SELECT(), and compilador::an_UPDATE(). |
|
Definition at line 15 of file lcomandos.h. Referenced by agregar(), ejecutor::ejecutar(), lcomandos(), and ~lcomandos(). |