From 90dbd3e9e7139c1280e71f9c77ed4362b8d0f367 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 10 Aug 2003 15:42:26 +0000 Subject: libsql is now a part of libopie2 --- (limited to 'libsql/osqlitedriver.h') diff --git a/libsql/osqlitedriver.h b/libsql/osqlitedriver.h deleted file mode 100644 index 6984539..0000000 --- a/libsql/osqlitedriver.h +++ b/dev/null @@ -1,34 +0,0 @@ -#ifndef OSQL_LITE_DRIVER_H -#define OSQL_LITE_DRIVER_H - -#include - -#include "osqldriver.h" -#include "osqlerror.h" -#include "osqlresult.h" - -class OSQLiteDriver : public OSQLDriver { - Q_OBJECT -public: - OSQLiteDriver( QLibrary *lib = 0l ); - ~OSQLiteDriver(); - QString id()const; - void setUserName( const QString& ); - void setPassword( const QString& ); - void setUrl( const QString& url ); - void setOptions( const QStringList& ); - bool open(); - bool close(); - OSQLError lastError(); - OSQLResult query( OSQLQuery* ); - OSQLTable::ValueList tables()const; -private: - OSQLError m_lastE; - OSQLResult m_result; - OSQLResultItem m_items; - int handleCallBack( int, char**, char** ); - static int call_back( void*, int, char**, char** ); - QString m_url; - sqlite *m_sqlite; -}; -#endif -- cgit v0.9.0.2