xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NXale
 NClient
 CCLIClient
 CIClient
 NCore
 CConfigurationHandler
 CDbException
 CSetup
 NDataStructure
 CBPlusTreeBPlus Tree implementation
 CFieldA single field in a row
 CRowA row of data
 CColumnDefinitionColumn definition
 CIDataTemplateAbstract base class for data collections Base for Table, ResultSet, View, Index, etc
 CNodeNode struct for B+Tree implementation
 CResultSetRead-only temporary dataset
 CTableMutable and persistent dataset
 NEngine
 CQueryEngine
 NExecution
 CBasicExecutor
 CIExecutor
 CTableManager
 NNet
 CIListenerSocket
 CISocket
 CLinuxListenerSocket
 CSocketFactory
 CTcpClient
 CTcpServer
 NQuery
 CBasicParserBasic implementation of SQL parser
 CBasicTokenizerBasic implementation of SQL tokenizer
 CIParserInterface for SQL parsers
 CITokenizerInterface for SQL tokenizer that converts an input string into a sequence of tokens
 CExpressionBase expression structure
 CBinaryExpressionBinary expression
 CWhereClauseWHERE clause representation
 CStatementBase statement structure
 CSelectStatementSELECT statement structure
 CInsertStatementINSERT statement structure
 CUpdateStatementUPDATE statement structure
 CDeleteStatementDELETE statement structure
 CColumnDefinitionStmtColumn definition for CREATE TABLE statement structure
 CCreateStatementCREATE TABLE statement structure
 CDropStatementDROP TABLE statement structure
 CListStatementLIST TABLE statement structure
 CTokenToken struct defined by type, value and pos
 NStorage
 CBinaryFileManagerConcrete implementation of IFileManager for binary file operations
 CFileStorageEngineImplementation of the storage engine
 CIFileManagerInterface for file management operations
 CIStorageEngineInterface for storage engine operations