OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Namespaces | Functions
ossimSqliteUtil.h File Reference
#include <ossim/base/ossimConstants.h>
#include <string>

Go to the source code of this file.

Namespaces

 ossim_sqlite
 

Functions

int ossim_sqlite::exec (sqlite3 *db, const std::string &sql)
 Preforms sqlite3_prepare_v2, sqlite3_step and sqlite3_finalize. More...
 
bool ossim_sqlite::tableExists (sqlite3 *db, const std::string &tableName)
 Checks for existance of table. More...
 
void ossim_sqlite::warn (const std::string &module, const std::string &columnName, ossim_int32 columnIndex, ossim_int32 type)
 Outputs formated warning message. More...
 
void ossim_sqlite::getTime (std::string &result)
 Gets time in the form of "%Y-%m-%dT%H:%M:%S.000Z". More...