Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtSql »

Classe « QSqlResult »

Informations générales

Héritage

builtins.object
    Object
        QSqlResult

Définition

class QSqlResult(Object):

Description [extrait de QSqlResult.__doc__]

QSqlResult(self, db: PySide6.QtSql.QSqlDriver) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, db: PySide6.QtSql.QSqlDriver) -> None __init__(self, db: PySide6.QtSql.QSqlDriver) -> None [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
NamedBindingPySide6.QtSql.QSqlResult.BindingSyntax.NamedBinding
PositionalBindingPySide6.QtSql.QSqlResult.BindingSyntax.PositionalBinding

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
addBindValue(self, val: Any, type: PySide6.QtSql.QSql.ParamType) -> None addBindValue(self, val: Any, type: PySide6.QtSql.QSql.ParamType) -> None [extrait de addBindValue.__doc__]
at(self) -> int at(self) -> int [extrait de at.__doc__]
BindingSyntax
bindingSyntax(self) -> PySide6.QtSql.QSqlResult.BindingSyntax bindingSyntax(self) -> PySide6.QtSql.QSqlResult.BindingSyntax [extrait de bindingSyntax.__doc__]
bindValue bindValue(self, placeholder: str, val: Any, type: PySide6.QtSql.QSql.ParamType) -> None [extrait de bindValue.__doc__]
bindValueType bindValueType(self, placeholder: str) -> PySide6.QtSql.QSql.ParamType [extrait de bindValueType.__doc__]
boundValue boundValue(self, placeholder: str) -> Any [extrait de boundValue.__doc__]
boundValueCount(self) -> int boundValueCount(self) -> int [extrait de boundValueCount.__doc__]
boundValueName(self, pos: int) -> str boundValueName(self, pos: int) -> str [extrait de boundValueName.__doc__]
boundValues(self) -> List[Any] boundValues(self) -> List[Any] [extrait de boundValues.__doc__]
clear(self) -> None clear(self) -> None [extrait de clear.__doc__]
data(self, i: int) -> Any data(self, i: int) -> Any [extrait de data.__doc__]
detachFromResultSet(self) -> None detachFromResultSet(self) -> None [extrait de detachFromResultSet.__doc__]
driver(self) -> PySide6.QtSql.QSqlDriver driver(self) -> PySide6.QtSql.QSqlDriver [extrait de driver.__doc__]
exec(self) -> bool exec(self) -> bool [extrait de exec.__doc__]
exec_(self) -> bool exec_(self) -> bool [extrait de exec_.__doc__]
execBatch(self, arrayBind: bool = False) -> bool execBatch(self, arrayBind: bool = False) -> bool [extrait de execBatch.__doc__]
executedQuery(self) -> str executedQuery(self) -> str [extrait de executedQuery.__doc__]
fetch(self, i: int) -> bool fetch(self, i: int) -> bool [extrait de fetch.__doc__]
fetchFirst(self) -> bool fetchFirst(self) -> bool [extrait de fetchFirst.__doc__]
fetchLast(self) -> bool fetchLast(self) -> bool [extrait de fetchLast.__doc__]
fetchNext(self) -> bool fetchNext(self) -> bool [extrait de fetchNext.__doc__]
fetchPrevious(self) -> bool fetchPrevious(self) -> bool [extrait de fetchPrevious.__doc__]
handle(self) -> Any handle(self) -> Any [extrait de handle.__doc__]
hasOutValues(self) -> bool hasOutValues(self) -> bool [extrait de hasOutValues.__doc__]
isActive(self) -> bool isActive(self) -> bool [extrait de isActive.__doc__]
isForwardOnly(self) -> bool isForwardOnly(self) -> bool [extrait de isForwardOnly.__doc__]
isNull(self, i: int) -> bool isNull(self, i: int) -> bool [extrait de isNull.__doc__]
isSelect(self) -> bool isSelect(self) -> bool [extrait de isSelect.__doc__]
isValid(self) -> bool isValid(self) -> bool [extrait de isValid.__doc__]
lastError(self) -> PySide6.QtSql.QSqlError lastError(self) -> PySide6.QtSql.QSqlError [extrait de lastError.__doc__]
lastInsertId(self) -> Any lastInsertId(self) -> Any [extrait de lastInsertId.__doc__]
lastQuery(self) -> str lastQuery(self) -> str [extrait de lastQuery.__doc__]
nextResult(self) -> bool nextResult(self) -> bool [extrait de nextResult.__doc__]
numericalPrecisionPolicy(self) -> PySide6.QtSql.QSql.NumericalPrecisionPolicy numericalPrecisionPolicy(self) -> PySide6.QtSql.QSql.NumericalPrecisionPolicy [extrait de numericalPrecisionPolicy.__doc__]
numRowsAffected(self) -> int numRowsAffected(self) -> int [extrait de numRowsAffected.__doc__]
prepare(self, query: str) -> bool prepare(self, query: str) -> bool [extrait de prepare.__doc__]
record(self) -> PySide6.QtSql.QSqlRecord record(self) -> PySide6.QtSql.QSqlRecord [extrait de record.__doc__]
reset(self, sqlquery: str) -> bool reset(self, sqlquery: str) -> bool [extrait de reset.__doc__]
resetBindCount(self) -> None resetBindCount(self) -> None [extrait de resetBindCount.__doc__]
savePrepare(self, sqlquery: str) -> bool savePrepare(self, sqlquery: str) -> bool [extrait de savePrepare.__doc__]
setActive(self, a: bool) -> None setActive(self, a: bool) -> None [extrait de setActive.__doc__]
setAt(self, at: int) -> None setAt(self, at: int) -> None [extrait de setAt.__doc__]
setForwardOnly(self, forward: bool) -> None setForwardOnly(self, forward: bool) -> None [extrait de setForwardOnly.__doc__]
setLastError(self, e: PySide6.QtSql.QSqlError) -> None setLastError(self, e: PySide6.QtSql.QSqlError) -> None [extrait de setLastError.__doc__]
setNumericalPrecisionPolicy(self, policy: PySide6.QtSql.QSql.NumericalPrecisionPolicy) -> None setNumericalPrecisionPolicy(self, policy: PySide6.QtSql.QSql.NumericalPrecisionPolicy) -> None [extrait de setNumericalPrecisionPolicy.__doc__]
setQuery(self, query: str) -> None setQuery(self, query: str) -> None [extrait de setQuery.__doc__]
setSelect(self, s: bool) -> None setSelect(self, s: bool) -> None [extrait de setSelect.__doc__]
size(self) -> int size(self) -> int [extrait de size.__doc__]

Méthodes héritées de la classe Object

__getattribute__, __init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__