Uses of Enum
io.qt.sql.QSql.ParamTypeFlag
Packages that use QSql.ParamTypeFlag
-
Uses of QSql.ParamTypeFlag in io.qt.sql
Methods in io.qt.sql that return QSql.ParamTypeFlagModifier and TypeMethodDescriptionfinal QSql.ParamTypeFlag []QSql.ParamType.flags()Returns an array of flag objects represented by this ParamType.static QSql.ParamTypeFlagQSql.ParamTypeFlag.resolve(int value) Returns the corresponding enum entry for the given value.static QSql.ParamTypeFlagReturns the enum constant of this type with the specified name.static QSql.ParamTypeFlag[]QSql.ParamTypeFlag.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 QSql.ParamTypeFlagModifier and TypeMethodDescriptionfinal voidQSqlQuery.addBindValue(Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlQuery.addBindValue(java.lang.Object, io.qt.sql.QSql.ParamType).protected final voidQSqlResult.addBindValue(Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlResult.addBindValue(java.lang.Object, io.qt.sql.QSql.ParamType).final voidQSqlQuery.bindValue(int pos, Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlQuery.bindValue(int, java.lang.Object, io.qt.sql.QSql.ParamType).final voidQSqlQuery.bindValue(String placeholder, Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlQuery.bindValue(java.lang.String, java.lang.Object, io.qt.sql.QSql.ParamType).protected final voidQSqlResult.bindValue(int pos, Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlResult.bindValue(int, java.lang.Object, io.qt.sql.QSql.ParamType).protected final voidQSqlResult.bindValue(String placeholder, Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlResult.bindValue(java.lang.String, java.lang.Object, io.qt.sql.QSql.ParamType).QSql.ParamTypeFlag.cleared(QSql.ParamTypeFlag e) Excludes other enum entry from a flag of this entry.final QSql.ParamTypeQSql.ParamType.combined(QSql.ParamTypeFlag e) Combines this flags with enum entry.QSql.ParamTypeFlag.combined(QSql.ParamTypeFlag e) Combines this entry with other enum entry.static QSql.ParamTypeQSql.ParamTypeFlag.flags(QSql.ParamTypeFlag ... values) Creates a newQSql.ParamTypefrom the entries.final QSql.ParamTypeQSql.ParamType.setFlag(QSql.ParamTypeFlag e) Sets the flagefinal QSql.ParamTypeQSql.ParamType.setFlag(QSql.ParamTypeFlag e, boolean on) Sets or clears the flagflagConstructors in io.qt.sql with parameters of type QSql.ParamTypeFlagModifierConstructorDescriptionParamType(QSql.ParamTypeFlag ... args) Creates a new ParamType where the flags inargsare set.