QSql.ParamType Class Reference

[ QtSql module]

方法

Special Methods


详细描述

ParamTypeFlag may be used whenever ParamType is expected.


方法文档编制

ParamType.__init__ ( self , ParamType )

ParamType.__init__ ( self , int)

ParamType.__init__ ( self )

ParamType ParamType.__and__ ( self , int  mask )

int ParamType.__bool__ ( self )

bool ParamType.__eq__ ( self , ParamType   f )

ParamType ParamType.__iand__ ( self , int  mask )

int ParamType.__int__ ( self )

ParamType ParamType.__invert__ ( self )

ParamType ParamType.__ior__ ( self , ParamType   f )

ParamType ParamType.__ixor__ ( self , ParamType   f )

bool ParamType.__ne__ ( self , ParamType   f )

ParamType ParamType.__or__ ( self , ParamType   f )

ParamType ParamType.__or__ ( self , int  f )

ParamType ParamType.__xor__ ( self , ParamType   f )

ParamType ParamType.__xor__ ( self , int  f )