summaryrefslogtreecommitdiff
path: root/src/dal/sqlitedataprovider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dal/sqlitedataprovider.h')
-rw-r--r--src/dal/sqlitedataprovider.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/dal/sqlitedataprovider.h b/src/dal/sqlitedataprovider.h
index 39413643..e948f009 100644
--- a/src/dal/sqlitedataprovider.h
+++ b/src/dal/sqlitedataprovider.h
@@ -45,15 +45,9 @@ namespace dal
class SqLiteDataProvider: public DataProvider
{
public:
- /**
- * Constructor.
- */
SqLiteDataProvider()
throw();
- /**
- * Destructor.
- */
~SqLiteDataProvider()
throw();
@@ -65,7 +59,6 @@ class SqLiteDataProvider: public DataProvider
DbBackends getDbBackend() const
throw();
-
/**
* Create a connection to the database.
*
@@ -73,7 +66,6 @@ class SqLiteDataProvider: public DataProvider
*/
void connect();
-
/**
* Execute a SQL query.
*
@@ -88,7 +80,6 @@ class SqLiteDataProvider: public DataProvider
const RecordSet &execSql(const std::string& sql,
const bool refresh = false);
-
/**
* Close the connection to the database.
*
@@ -171,7 +162,6 @@ class SqLiteDataProvider: public DataProvider
void bindValue(int place, int value);
private:
-
/** defines the name of the database config parameter */
static const std::string CFGPARAM_SQLITE_DB;
/** defines the default value of the CFGPARAM_SQLITE_DB parameter */