-
Methods in io.qt.sql with parameters of type QSql.ParamType
Modifier and Type |
Method |
Description |
void |
QSqlQuery.addBindValue(Object val,
QSql.ParamType type) |
|
protected void |
QSqlResult.addBindValue(Object val,
QSql.ParamType type) |
|
void |
QSqlQuery.bindValue(int pos,
Object val,
QSql.ParamType type) |
|
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) |
|
int |
QSql.ParamType.compareTo(QSql.ParamType other) |