Uses of Class
io.qt.sql.QSql.ParamType
Packages that use QSql.ParamType
-
Uses of QSql.ParamType in io.qt.sql
Methods in io.qt.sql that return QSql.ParamTypeModifier and TypeMethodDescriptionQSql.ParamTypeFlag.asFlags()Create a QFlags of the enum entry.protected final QSql.ParamTypeQSqlResult.bindValueType(int pos) protected final QSql.ParamTypeQSqlResult.bindValueType(String placeholder) QSql.ParamTypeFlag.cleared(QSql.ParamTypeFlag e) Excludes other enum entry from a flag of this entry.final QSql.ParamTypeQSql.ParamType.clone()Clones the flagsfinal 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 flagflagMethods in io.qt.sql with parameters of type QSql.ParamTypeModifier and TypeMethodDescriptionfinal voidQSqlQuery.addBindValue(Object val, QSql.ParamType type) protected final voidQSqlResult.addBindValue(Object val, QSql.ParamType type) final voidQSqlQuery.bindValue(int pos, Object val, QSql.ParamType type) final voidQSqlQuery.bindValue(String placeholder, Object val, QSql.ParamType type) protected voidQSqlResult.bindValue(int pos, Object val, QSql.ParamType type) protected voidQSqlResult.bindValue(String placeholder, Object val, QSql.ParamType type) final intQSql.ParamType.compareTo(QSql.ParamType other)