|
void | hostnameChanged () |
|
void | portChanged () |
|
void | storeNameChanged () |
|
void | sectionNameChanged () |
|
void | connectionStatusChanged () |
|
void | autoConnectChanged () |
|
void | lastErrorChanged () |
|
|
| 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) |
|
| Connection (QObject *_parent=nullptr) |
|
bool | isAutoConnect () const |
|
void | setAutoConnect (bool _v) |
|
Q_INVOKABLE bool | supportQuery (const QString &_type) const |
|
| Object (QObject *_parent=nullptr) |
|
QString | lastError () const |
|
|
bool | updateLastError (const cres_qresult< void > &_rv) |
|
void | setLastError (const QString &_error) |
|
◆ connect()
bool Connection::connect |
( |
| ) |
|
|
overridevirtual |
◆ connection()
◆ disconnect()
bool Connection::disconnect |
( |
| ) |
|
|
overridevirtual |
◆ isConnected()
bool Connection::isConnected |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- kdb/extensions/kDBQuick/Connection.h
- kdb/extensions/kDBQuick/Connection.cpp