Uses of Enum
io.qt.sql.QSqlQuery.BatchExecutionMode
Packages that use QSqlQuery.BatchExecutionMode
-
Uses of QSqlQuery.BatchExecutionMode in io.qt.sql
Methods in io.qt.sql that return QSqlQuery.BatchExecutionModeModifier and TypeMethodDescriptionstatic QSqlQuery.BatchExecutionMode
QSqlQuery.BatchExecutionMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QSqlQuery.BatchExecutionMode
Returns the enum constant of this type with the specified name.static QSqlQuery.BatchExecutionMode[]
QSqlQuery.BatchExecutionMode.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 QSqlQuery.BatchExecutionModeModifier and TypeMethodDescriptionfinal boolean
QSqlQuery.execBatch
(QSqlQuery.BatchExecutionMode mode)