|
xale-db 1.0
minimal SQL engine, written in c++
|
| NXale | |
| NClient | |
| CCLIClient | |
| CIClient | |
| NCore | |
| CConfigurationHandler | |
| CDbException | |
| CSetup | |
| NDataStructure | |
| CBPlusTree | BPlus Tree implementation |
| CField | A single field in a row |
| CRow | A row of data |
| CColumnDefinition | Column definition |
| CIDataTemplate | Abstract base class for data collections Base for Table, ResultSet, View, Index, etc |
| CNode | Node struct for B+Tree implementation |
| CResultSet | Read-only temporary dataset |
| CTable | Mutable and persistent dataset |
| NEngine | |
| CQueryEngine | |
| NExecution | |
| CBasicExecutor | |
| CIExecutor | |
| CTableManager | |
| NNet | |
| CIListenerSocket | |
| CISocket | |
| CLinuxListenerSocket | |
| CSocketFactory | |
| CTcpClient | |
| CTcpServer | |
| NQuery | |
| CBasicParser | Basic implementation of SQL parser |
| CBasicTokenizer | Basic implementation of SQL tokenizer |
| CIParser | Interface for SQL parsers |
| CITokenizer | Interface for SQL tokenizer that converts an input string into a sequence of tokens |
| CExpression | Base expression structure |
| CBinaryExpression | Binary expression |
| CWhereClause | WHERE clause representation |
| CStatement | Base statement structure |
| CSelectStatement | SELECT statement structure |
| CInsertStatement | INSERT statement structure |
| CUpdateStatement | UPDATE statement structure |
| CDeleteStatement | DELETE statement structure |
| CColumnDefinitionStmt | Column definition for CREATE TABLE statement structure |
| CCreateStatement | CREATE TABLE statement structure |
| CDropStatement | DROP TABLE statement structure |
| CListStatement | LIST TABLE statement structure |
| CToken | Token struct defined by type, value and pos |
| NStorage | |
| CBinaryFileManager | Concrete implementation of IFileManager for binary file operations |
| CFileStorageEngine | Implementation of the storage engine |
| CIFileManager | Interface for file management operations |
| CIStorageEngine | Interface for storage engine operations |