Uses of Class
io.qt.sql.QSql.ParamType
-
Uses of QSql.ParamType in io.qt.sql
Modifier 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
Modifier 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)