Objective-C++ Preprocessor  5.0 with ARC & GC
C++ classes to enhance syntax and manage reference counting.
Protected Attributes | List of all members
OOTable Class Reference

#import <objsql.h>

Protected Attributes

OOString type
 
OOString name
 
OOString tbl_name
 
int rootpage
 
OOString sql
 

Detailed Description

record class for sqlite3's master table of database objects

Definition at line 255 of file objsql.h.

Member Data Documentation

- (OOString) name
protected

Definition at line 256 of file objsql.h.

- (int) rootpage
protected

Definition at line 257 of file objsql.h.

- (OOString) sql
protected

Definition at line 258 of file objsql.h.

- (OOString) tbl_name
protected

Definition at line 256 of file objsql.h.

- (OOString) type
protected

Definition at line 256 of file objsql.h.


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