RADLib
RADical C++ application framework
RADDatabase Namespace Reference

Classes

class  RADSqlResult
 Value object containing rows returned from a SQL query. More...
 
class  RADSqlDatabase
 SQLite connection wrapper with RADCore event reporting. More...
 
class  RADSqlStatement
 Prepared SQLite statement with typed binding and row stepping. More...
 
class  RADSqlTransaction
 RAII transaction that rolls back unless committed. More...
 

Typedefs

using RADSqlRow = std::map< std::string, RADCore::RADVariant >
 One SQLite result row keyed by column name. More...
 

Typedef Documentation

◆ RADSqlRow

using RADDatabase::RADSqlRow = typedef std::map<std::string, RADCore::RADVariant>

One SQLite result row keyed by column name.