Add missing methods to SQL database and driver classes

This resolves Bug 2121
pull/1/head
Timothy Pearson před 10 roky
rodič 4049988a92
revize 5db5a616d8

@ -80,6 +80,7 @@ public:
bool open() /ReleaseGIL/;
bool open(const TQString &,const TQString &) /ReleaseGIL/;
void close();
bool ping();
bool isOpen() const;
bool isOpenError() const;
TQStringList tables() const;

@ -74,6 +74,7 @@ public:
const TQString & = TQString::null,
int = -1) = 0 /ReleaseGIL/;
virtual void close() = 0;
virtual bool ping() = 0;
virtual TQSqlQuery createQuery() const = 0;
%If (TQt_3_2_0 -)

Načítá se…
Zrušit
Uložit