SQLite3 database class.  
 More...
#include <sqlite3.hxx>
 | 
| 
std::map< std::string, std::unique_ptr< PreparedSTMT > >  | m_prepared_stmts | 
|   | Prepared statements. 
  | 
|   | 
◆ SQLite3() [1/5]
  
  
      
        
          | StormByte::Database::SQLite::SQLite3::SQLite3  | 
          ( | 
          const SQLite3 &  | 
          db | ) | 
           | 
         
       
   | 
  
delete   | 
  
 
 
◆ SQLite3() [2/5]
  
  
      
        
          | StormByte::Database::SQLite::SQLite3::SQLite3  | 
          ( | 
          SQLite3 &&  | 
          db | ) | 
           | 
         
       
   | 
  
defaultnoexcept   | 
  
 
 
◆ ~SQLite3()
  
  
      
        
          | virtual StormByte::Database::SQLite::SQLite3::~SQLite3  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualnoexcept   | 
  
 
 
◆ SQLite3() [3/5]
  
  
      
        
          | StormByte::Database::SQLite::SQLite3::SQLite3  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ SQLite3() [4/5]
  
  
      
        
          | StormByte::Database::SQLite::SQLite3::SQLite3  | 
          ( | 
          const std::filesystem::path &  | 
          dbfile | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ SQLite3() [5/5]
  
  
      
        
          | StormByte::Database::SQLite::SQLite3::SQLite3  | 
          ( | 
          std::filesystem::path &&  | 
          dbfile | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ Connect()
  
  
      
        
          | void StormByte::Database::SQLite::SQLite3::Connect  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ Disconnect()
  
  
      
        
          | void StormByte::Database::SQLite::SQLite3::Disconnect  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ LastError()
  
  
      
        
          | const std::string StormByte::Database::SQLite::SQLite3::LastError  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ operator=() [1/2]
  
  
      
        
          | SQLite3 & StormByte::Database::SQLite::SQLite3::operator=  | 
          ( | 
          const SQLite3 &  | 
          db | ) | 
           | 
         
       
   | 
  
delete   | 
  
 
 
◆ operator=() [2/2]
  
  
      
        
          | SQLite3 & StormByte::Database::SQLite::SQLite3::operator=  | 
          ( | 
          SQLite3 &&  | 
          db | ) | 
           | 
         
       
   | 
  
defaultnoexcept   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/runner/work/StormByte-Database/StormByte-Database/lib/optional/StormByte/database/sqlite/sqlite3.hxx