|
|
void | hostnameChanged () |
| |
|
void | portChanged () |
| |
|
void | storeNameChanged () |
| |
|
void | sectionNameChanged () |
| |
|
|
| Connection (QObject *_parent=nullptr) |
| |
|
QString | hostname () const |
| |
|
void | setHostname (const QString &_value) |
| |
|
QString | storeName () const |
| |
|
void | setStoreName (const QString &_value) |
| |
|
QString | sectionName () const |
| |
|
void | setSectionName (const QString &_value) |
| |
|
int | port () const |
| |
|
void | setPort (int _port) |
| |
|
bool | isConnected () const override |
| |
|
QStringList | rdfGraphs () const |
| |
|
QStringList | sqlTables () const |
| |
|
knowDBC::Connection | connection () const override |
| |
|
kDB::Repository::Connection | nativeConnection () const |
| |
|
bool | connect () override |
| |
|
bool | disconnect () override |
| |
|
Q_INVOKABLE bool | insertView (const QUrl &_filename) |
| |
|
Q_INVOKABLE bool | loadExtension (const QString &_name) |
| |
|
Q_INVOKABLE bool | extensionEnabled (const QString &_name) |
| |
|
|
QString | hostname |
| |
|
QString | storeName |
| |
|
QString | sectionName |
| |
|
int | port |
| |
|
QStringList | sqlTables |
| |
|
QStringList | rdfGraphs |
| |
The documentation for this class was generated from the following files:
- extensions/kDBQuick/Connection.h
- extensions/kDBQuick/Connection.cpp