Uses of Class
io.qt.sql.QSqlDriver.NotificationSource
Package | Description |
---|---|
io.qt.sql |
-
Uses of QSqlDriver.NotificationSource in io.qt.sql
Methods in io.qt.sql that return QSqlDriver.NotificationSource Modifier and Type Method Description static QSqlDriver.NotificationSource
QSqlDriver.NotificationSource. resolve(int value)
Returns the corresponding enum entry for the given value.static QSqlDriver.NotificationSource
QSqlDriver.NotificationSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSqlDriver.NotificationSource[]
QSqlDriver.NotificationSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.sql with parameters of type QSqlDriver.NotificationSource Modifier and Type Method Description void
QSqlDriver.MultiSignal_notification. emit(String name, QSqlDriver.NotificationSource source, Object payload)