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.ParamType
QSqlResult.bindValueType
(int pos) protected final QSql.ParamType
QSqlResult.bindValueType
(String placeholder) QSql.ParamTypeFlag.cleared
(QSql.ParamTypeFlag e) Excludes other enum entry from a flag of this entry.final QSql.ParamType
QSql.ParamType.clone()
Clones the flagsfinal QSql.ParamType
QSql.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.ParamType
QSql.ParamTypeFlag.flags
(QSql.ParamTypeFlag ... values) Creates a newQSql.ParamType
from the entries.final QSql.ParamType
QSql.ParamType.setFlag
(QSql.ParamTypeFlag e) Sets the flage
final QSql.ParamType
QSql.ParamType.setFlag
(QSql.ParamTypeFlag e, boolean on) Sets or clears the flagflag
Methods in io.qt.sql with parameters of type QSql.ParamTypeModifier and TypeMethodDescriptionfinal void
QSqlQuery.addBindValue
(Object val, QSql.ParamType type) protected final void
QSqlResult.addBindValue
(Object val, QSql.ParamType type) final void
QSqlQuery.bindValue
(int pos, Object val, QSql.ParamType type) final void
QSqlQuery.bindValue
(String placeholder, Object val, QSql.ParamType type) protected void
QSqlResult.bindValue
(int pos, Object val, QSql.ParamType type) protected void
QSqlResult.bindValue
(String placeholder, Object val, QSql.ParamType type) final int
QSql.ParamType.compareTo
(QSql.ParamType other)