Uses of Class
io.qt.sql.QSqlQuery.BatchExecutionMode
Package | Description |
---|---|
io.qt.sql |
-
Uses of QSqlQuery.BatchExecutionMode in io.qt.sql
Methods in io.qt.sql that return QSqlQuery.BatchExecutionMode Modifier and Type Method Description static QSqlQuery.BatchExecutionMode
QSqlQuery.BatchExecutionMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QSqlQuery.BatchExecutionMode
QSqlQuery.BatchExecutionMode. valueOf(String name)
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.BatchExecutionMode Modifier and Type Method Description boolean
QSqlQuery. execBatch(QSqlQuery.BatchExecutionMode mode)