|
void | hostnameChanged () |
|
void | portChanged () |
|
void | connectionStatusChanged () |
|
void | autoConnectChanged () |
|
void | lastErrorChanged () |
|
|
| Connection (QObject *_parent=nullptr) |
|
QString | hostname () const |
|
void | setHostname (const QString &_value) |
|
int | port () const |
|
void | setPort (int _port) |
|
bool | isAutoConnect () const |
|
void | setAutoConnect (bool _v) |
|
bool | isConnected () const |
|
QStringList | rdfGraphs () const |
|
QStringList | sqlTables () const |
|
QString | lastError () const |
|
kDB::Repository::Connection | connection () const |
|
Q_INVOKABLE bool | connect () |
|
Q_INVOKABLE bool | disconnect () |
|
Q_INVOKABLE bool | insertView (const QUrl &_filename) |
|
Q_INVOKABLE bool | loadExtension (const QString &_name) |
|
Q_INVOKABLE bool | extensionEnabled (const QString &_name) |
|
|
QString | hostname |
|
int | port |
|
bool | connected |
|
bool | autoConnect |
|
QStringList | sqlTables |
|
QStringList | rdfGraphs |
|
QString | lastError |
|
The documentation for this class was generated from the following files:
- kdb/extensions/kDBQuick/Connection.h
- kdb/extensions/kDBQuick/Connection.cpp