Documentation
class QaddBindValue a b where #
addBindValue :: a -> b -> IO () #
class QbindValue a b where #
class QboundValue a b where #
boundValue :: a -> b -> IO (QVariant ()) #
class QboundValues a b c | a -> c where #
boundValues :: a -> b -> c #
driver :: a -> b -> IO (QSqlDriver ()) #
class QexecBatch a b where #
class QexecutedQuery a b where #
executedQuery :: a -> b -> IO String #
class QindexInQuery a b where #
indexInQuery :: a -> b -> IO (QModelIndex ()) #
class QinsertRowIntoTable a b where #
insertRowIntoTable :: a -> b -> IO Bool #
class QisForwardOnly a b where #
isForwardOnly :: a -> b -> IO Bool #
class QisGenerated a b where #
isGenerated :: a -> b -> IO Bool #
class QisOpenError a b where #
isOpenError :: a -> b -> IO Bool #
class QlastInsertId a b where #
lastInsertId :: a -> b -> IO (QVariant ()) #
class QlastQuery a b where #
class QnextResult a b where #
nextResult :: a -> b -> IO Bool #
class QnumRowsAffected a b where #
numRowsAffected :: a -> b -> IO Int #
class QnumericalPrecisionPolicy a b where #
numericalPrecisionPolicy :: a -> b -> IO NumericalPrecisionPolicy #
class QorderByClause a b where #
orderByClause :: a -> b -> IO String #
class QprimaryIndex a b where #
primaryIndex :: a -> b -> IO (QSqlIndex ()) #
class QqueryChange a b where #
queryChange :: a -> b -> IO () #
class QrevertRow a b where #
class QselectStatement a b where #
selectStatement :: a -> b -> IO String #
class QsetForwardOnly a b where #
setForwardOnly :: a -> b -> IO () #
class QsetGenerated a b where #
setGenerated :: a -> b -> IO () #
class QsetLastError a b where #
setLastError :: a -> b -> IO () #
class QsetNumericalPrecisionPolicy a b where #
setNumericalPrecisionPolicy :: a -> b -> IO () #
class QtableName a b where #
class QupdateRowInTable a b where #
updateRowInTable :: a -> b -> IO Bool #