xale-db 1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
Xale::Core Namespace Reference

Namespaces

namespace  Helper

Classes

class  ConfigurationHandler
class  DbException
 Custom exception class for database-related errors. It includes an error code, message, and source location information. More...
class  Setup

Enumerations

enum class  ExceptionCode {
  None = 0 , Unknown , Startup , StorageOpen ,
  StorageClose , ReadFile , WriteFile , SyncFile ,
  DataStruct , ParseError , ExecutionError , PacketError
}
 Enumeration for database exception codes. This should be reviewed and expanded as needed. More...

Enumeration Type Documentation

◆ ExceptionCode

enum class Xale::Core::ExceptionCode
strong

Enumeration for database exception codes. This should be reviewed and expanded as needed.

Enumerator
None 
Unknown 
Startup 
StorageOpen 
StorageClose 
ReadFile 
WriteFile 
SyncFile 
DataStruct 
ParseError 
ExecutionError 
PacketError