#include <objeto.h>
Collaboration diagram for objeto:
Public Member Functions | |
objeto (char *nom) | |
~objeto () | |
int | operator== (objeto *&a) |
Public Attributes | |
char * | nombre |
int | tipo |
int | longitud |
bool | clave |
int | decimal |
long | posicion |
long | tamano |
objeto * | next |
Definition at line 8 of file objeto.h.
|
Definition at line 5 of file objeto.cpp. References clave, decimal, longitud, next, nombre, posicion, strlwr(), tamano, and tipo. Here is the call graph for this function: ![]() |
|
Definition at line 26 of file objeto.cpp. References nombre. |
|
Definition at line 16 of file objeto.cpp. |
|
Definition at line 15 of file objeto.h. Referenced by compilador::abrirtabla(), tabla::agregar(), compilador::an_CREATETABLE(), ejecutor::cargar(), ejecutor::crear(), ejecutor::eliminar(), ejecutor::fpack(), ejecutor::modificar(), objeto(), and ejecutor::seleccionar(). |
|
Definition at line 16 of file objeto.h. Referenced by compilador::abrirtabla(), tabla::agregar(), compilador::an_ALTERTABLE(), compilador::an_CREATETABLE(), compilador::analiza_expresion(), ejecutor::cargar(), ejecutor::crear(), ejecutor::modificar(), objeto(), ejecutor::seleccionar(), and ejecutor::tamreg(). |
|
Definition at line 14 of file objeto.h. Referenced by compilador::abrirtabla(), tabla::agregar(), compilador::an_ALTERTABLE(), compilador::an_CREATETABLE(), compilador::analiza_expresion(), ejecutor::cargar(), ejecutor::crear(), ejecutor::modificar(), objeto(), operator==(), ejecutor::seleccionar(), and ejecutor::tamreg(). |
|
Definition at line 20 of file objeto.h. Referenced by tabla::agregar(), compilador::an_SELECT(), tabla::buscar(), ejecutor::cargar(), ejecutor::crear(), ejecutor::eliminar(), ejecutor::fpack(), tabla::listar(), objeto(), ejecutor::tamreg(), and tabla::~tabla(). |
|
Definition at line 12 of file objeto.h. Referenced by tabla::agregar(), compilador::an_INSERT(), compilador::an_SELECT(), compilador::an_UPDATE(), tabla::buscar(), ejecutor::cargar(), ejecutor::crear(), objeto(), operator==(), and ~objeto(). |
|
Definition at line 17 of file objeto.h. Referenced by ejecutor::eliminar(), ejecutor::fpack(), ejecutor::modificar(), objeto(), ejecutor::seleccionar(), and ejecutor::tamreg(). |
|
Definition at line 18 of file objeto.h. Referenced by ejecutor::eliminar(), ejecutor::fpack(), objeto(), ejecutor::seleccionar(), and ejecutor::tamreg(). |
|
Definition at line 13 of file objeto.h. Referenced by compilador::abrirtabla(), tabla::agregar(), compilador::an_ALTERTABLE(), compilador::an_CREATETABLE(), compilador::analiza_expresion(), ejecutor::cargar(), ejecutor::crear(), ejecutor::modificar(), objeto(), operator==(), ejecutor::seleccionar(), and ejecutor::tamreg(). |