- Namespace HSEPData
- To store the credentials in a safe place (for example, a Hardware Security Module); The DBEnvironment connect method has related comments.
- Member HSEPData::DBEnvironment::addSyncTo (string pSyncTo)
- To permit more than one synchronization destinations.
- Member HSEPData::DBEnvironment::connect (string &pConnectionStringRef, string &pUserRef, string &pPasswordRef)=0
- To generalize the connection credential to use other types of data (for example, security certificates).
- Member HSEPDataSqLite::feedData (sqlite3_stmt *pStatement, SQLResultData *pResultData)
- To include remaining data types
- Member HSEPDataSqLite::feedParameters (sqlite3_stmt *pStatement, DBParameters &pParametersRef)
- To include remaining data types
- Member HSEPDataSqLite::SQLResultRow
- To include more result returning types covering all SQLite types