Qtc.Sql.QSqlQuery

Contents

Documentation

class QqSqlQuery x1 where #

Methods

qSqlQuery :: x1 -> IO (QSqlQuery ()) #

Instances
QqSqlQuery () # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery :: () -> IO (QSqlQuery ()) #

QqSqlQuery String # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery :: String -> IO (QSqlQuery ()) #

QqSqlQuery (QSqlResult t1) # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery :: QSqlResult t1 -> IO (QSqlQuery ()) #

QqSqlQuery (QSqlDatabase t1) # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery :: QSqlDatabase t1 -> IO (QSqlQuery ()) #

QqSqlQuery (QSqlQuery t1) # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery :: QSqlQuery t1 -> IO (QSqlQuery ()) #

QqSqlQuery (String, QSqlDatabase t2) # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery :: (String, QSqlDatabase t2) -> IO (QSqlQuery ()) #

class QqSqlQuery_nf x1 where #

Methods

qSqlQuery_nf :: x1 -> IO (QSqlQuery ()) #

Instances
QqSqlQuery_nf () # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery_nf :: () -> IO (QSqlQuery ()) #

QqSqlQuery_nf String # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery_nf :: String -> IO (QSqlQuery ()) #

QqSqlQuery_nf (QSqlResult t1) # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery_nf :: QSqlResult t1 -> IO (QSqlQuery ()) #

QqSqlQuery_nf (QSqlDatabase t1) # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery_nf :: QSqlDatabase t1 -> IO (QSqlQuery ()) #

QqSqlQuery_nf (QSqlQuery t1) # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery_nf :: QSqlQuery t1 -> IO (QSqlQuery ()) #

QqSqlQuery_nf (String, QSqlDatabase t2) # 
Instance details

Defined in Qtc.Sql.QSqlQuery

Methods

qSqlQuery_nf :: (String, QSqlDatabase t2) -> IO (QSqlQuery ()) #

Orphan instances

QsetNumericalPrecisionPolicy (QSqlQuery a) NumericalPrecisionPolicy # 
Instance details

QsetForwardOnly (QSqlQuery a) Bool # 
Instance details

Methods

setForwardOnly :: QSqlQuery a -> Bool -> IO () #

QnumericalPrecisionPolicy (QSqlQuery a) () # 
Instance details

QnumRowsAffected (QSqlQuery a) () # 
Instance details

Methods

numRowsAffected :: QSqlQuery a -> () -> IO Int #

QnextResult (QSqlQuery a) () # 
Instance details

Methods

nextResult :: QSqlQuery a -> () -> IO Bool #

QlastQuery (QSqlQuery a) () # 
Instance details

Methods

lastQuery :: QSqlQuery a -> () -> IO String #

QlastInsertId (QSqlQuery a) () # 
Instance details

Methods

lastInsertId :: QSqlQuery a -> () -> IO (QVariant ()) #

QisSelect (QSqlQuery a) () # 
Instance details

Methods

isSelect :: QSqlQuery a -> () -> IO Bool #

QisForwardOnly (QSqlQuery a) () # 
Instance details

Methods

isForwardOnly :: QSqlQuery a -> () -> IO Bool #

QexecutedQuery (QSqlQuery a) () # 
Instance details

Methods

executedQuery :: QSqlQuery a -> () -> IO String #

QexecBatch (QSqlQuery a) BatchExecutionMode # 
Instance details

Methods

execBatch :: QSqlQuery a -> BatchExecutionMode -> IO Bool #

QexecBatch (QSqlQuery a) () # 
Instance details

Methods

execBatch :: QSqlQuery a -> () -> IO Bool #

Qdriver (QSqlQuery a) () # 
Instance details

Methods

driver :: QSqlQuery a -> () -> IO (QSqlDriver ()) #

QboundValue (QSqlQuery a) String # 
Instance details

Methods

boundValue :: QSqlQuery a -> String -> IO (QVariant ()) #

QboundValue (QSqlQuery a) Int # 
Instance details

Methods

boundValue :: QSqlQuery a -> Int -> IO (QVariant ()) #

Qseek (QSqlQuery a) Int # 
Instance details

Methods

seek :: QSqlQuery a -> Int -> IO Bool #

QqisValid (QSqlQuery ()) () # 
Instance details

Methods

qisValid :: QSqlQuery () -> () -> IO Bool #

QqisValid (QSqlQuerySc a) () # 
Instance details

Methods

qisValid :: QSqlQuerySc a -> () -> IO Bool #

QqisNull (QSqlQuery a) String # 
Instance details

Methods

qisNull :: QSqlQuery a -> String -> IO Bool #

QqisNull (QSqlQuery a) Int # 
Instance details

Methods

qisNull :: QSqlQuery a -> Int -> IO Bool #

QisActive (QSqlQuery a) () # 
Instance details

Methods

isActive :: QSqlQuery a -> () -> IO Bool #

Qfinish (QSqlQuery a) () # 
Instance details

Methods

finish :: QSqlQuery a -> () -> IO () #

QboundValues (QSqlQuery a) () (IO [(String, QVariant ())]) # 
Instance details

Methods

boundValues :: QSqlQuery a -> () -> IO [(String, QVariant ())] #

Qvalue (QSqlQuery a) String (IO (QVariant ())) # 
Instance details

Methods

value :: QSqlQuery a -> String -> IO (QVariant ()) #

Qvalue (QSqlQuery a) Int (IO (QVariant ())) # 
Instance details

Methods

value :: QSqlQuery a -> Int -> IO (QVariant ()) #

Qqsize (QSqlQuery a) () (IO Int) # 
Instance details

Methods

qsize :: QSqlQuery a -> () -> IO Int #

Qresult (QSqlQuery a) () (IO (QSqlResult ())) # 
Instance details

Methods

result :: QSqlQuery a -> () -> IO (QSqlResult ()) #

Qrecord (QSqlQuery ()) () (IO (QSqlRecord ())) # 
Instance details

Methods

record :: QSqlQuery () -> () -> IO (QSqlRecord ()) #

Qrecord (QSqlQuerySc a) () (IO (QSqlRecord ())) # 
Instance details

Methods

record :: QSqlQuerySc a -> () -> IO (QSqlRecord ()) #

Qprevious (QSqlQuery a) () (IO Bool) # 
Instance details

Methods

previous :: QSqlQuery a -> () -> IO Bool #

Qprepare (QSqlQuery a) String (IO Bool) # 
Instance details

Methods

prepare :: QSqlQuery a -> String -> IO Bool #

Qnext (QSqlQuery a) () (IO Bool) # 
Instance details

Methods

next :: QSqlQuery a -> () -> IO Bool #

QlastError (QSqlQuery a) () (IO (QSqlError ())) # 
Instance details

Methods

lastError :: QSqlQuery a -> () -> IO (QSqlError ()) #

Qlast (QSqlQuery a) () (IO Bool) # 
Instance details

Methods

last :: QSqlQuery a -> () -> IO Bool #

Qfirst (QSqlQuery a) () (IO Bool) # 
Instance details

Methods

first :: QSqlQuery a -> () -> IO Bool #

Qexec (QSqlQuery a) String (IO Bool) # 
Instance details

Methods

exec :: QSqlQuery a -> String -> IO Bool #

Qexec (QSqlQuery a) () (IO Bool) # 
Instance details

Methods

exec :: QSqlQuery a -> () -> IO Bool #

Qclear (QSqlQuery a) () (IO ()) # 
Instance details

Methods

clear :: QSqlQuery a -> () -> IO () #

Qat (QSqlQuery a) () (IO Int) # 
Instance details

Methods

at :: QSqlQuery a -> () -> IO Int #

QaddBindValue (QSqlQuery a) (QVariant t1) # 
Instance details

Methods

addBindValue :: QSqlQuery a -> QVariant t1 -> IO () #

Qqot (QSqlQuery ()) (QSqlQuery t1) (IO (QSqlQuery ())) # 
Instance details

Methods

qot :: QSqlQuery () -> QSqlQuery t1 -> IO (QSqlQuery ()) #

Qqot (QSqlQuerySc a) (QSqlQuery t1) (IO (QSqlQuery ())) # 
Instance details

Methods

qot :: QSqlQuerySc a -> QSqlQuery t1 -> IO (QSqlQuery ()) #

QbindValue (QSqlQuery a) (String, QVariant t2) # 
Instance details

Methods

bindValue :: QSqlQuery a -> (String, QVariant t2) -> IO () #

QbindValue (QSqlQuery a) (Int, QVariant t2) # 
Instance details

Methods

bindValue :: QSqlQuery a -> (Int, QVariant t2) -> IO () #

QaddBindValue (QSqlQuery a) (QVariant t1, ParamTypeFlags) # 
Instance details

Methods

addBindValue :: QSqlQuery a -> (QVariant t1, ParamTypeFlags) -> IO () #

Qseek (QSqlQuery a) (Int, Bool) # 
Instance details

Methods

seek :: QSqlQuery a -> (Int, Bool) -> IO Bool #

QbindValue (QSqlQuery a) (String, QVariant t2, ParamTypeFlags) # 
Instance details

Methods

bindValue :: QSqlQuery a -> (String, QVariant t2, ParamTypeFlags) -> IO () #

QbindValue (QSqlQuery a) (Int, QVariant t2, ParamTypeFlags) # 
Instance details

Methods

bindValue :: QSqlQuery a -> (Int, QVariant t2, ParamTypeFlags) -> IO () #