Uses of Enum
io.qt.sql.QSql.ParamTypeFlag
-
Uses of QSql.ParamTypeFlag in io.qt.sql
Modifier and TypeMethodDescriptionfinal QSql.ParamTypeFlag []
QSql.ParamType.flags()
Returns an array of flag objects represented by this ParamType.static QSql.ParamTypeFlag
QSql.ParamTypeFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QSql.ParamTypeFlag
Returns 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.Modifier and TypeMethodDescriptionfinal void
QSqlQuery.addBindValue
(Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlQuery.addBindValue(java.lang.Object, io.qt.sql.QSql.ParamType)
.protected final void
QSqlResult.addBindValue
(Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlResult.addBindValue(java.lang.Object, io.qt.sql.QSql.ParamType)
.final void
QSqlQuery.bindValue
(int pos, Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlQuery.bindValue(int, java.lang.Object, io.qt.sql.QSql.ParamType)
.final void
QSqlQuery.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 void
QSqlResult.bindValue
(int pos, Object val, QSql.ParamTypeFlag ... type) Overloaded function forQSqlResult.bindValue(int, java.lang.Object, io.qt.sql.QSql.ParamType)
.protected final void
QSqlResult.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.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
ModifierConstructorDescriptionParamType
(QSql.ParamTypeFlag ... args) Creates a new ParamType where the flags inargs
are set.