Qtc.Sql.QSqlResult
Contents
Documentation
qSqlResult :: QSqlDriver t1 -> IO (QSqlResult ()) #
qSqlResult_nf :: QSqlDriver t1 -> IO (QSqlResult ()) #
class QbindValueType x0 x1 where #
Methods
bindValueType :: x0 -> x1 -> IO ParamTypeFlags #
Instances
| QbindValueType (QSqlResult ()) Int # | |
Defined in Qtc.Sql.QSqlResult Methods bindValueType :: QSqlResult () -> Int -> IO ParamTypeFlags # | |
| QbindValueType (QSqlResult ()) String # | |
Defined in Qtc.Sql.QSqlResult Methods bindValueType :: QSqlResult () -> String -> IO ParamTypeFlags # | |
| QbindValueType (QSqlResultSc a) String # | |
Defined in Qtc.Sql.QSqlResult Methods bindValueType :: QSqlResultSc a -> String -> IO ParamTypeFlags # | |
| QbindValueType (QSqlResultSc a) Int # | |
Defined in Qtc.Sql.QSqlResult Methods bindValueType :: QSqlResultSc a -> Int -> IO ParamTypeFlags # | |
class QbindingSyntax x0 x1 where #
Methods
bindingSyntax :: x0 -> x1 -> IO BindingSyntax #
Instances
| QbindingSyntax (QSqlResult ()) () # | |
Defined in Qtc.Sql.QSqlResult Methods bindingSyntax :: QSqlResult () -> () -> IO BindingSyntax # | |
| QbindingSyntax (QSqlResultSc a) () # | |
Defined in Qtc.Sql.QSqlResult Methods bindingSyntax :: QSqlResultSc a -> () -> IO BindingSyntax # | |
class QboundValueCount x0 x1 where #
Methods
boundValueCount :: x0 -> x1 -> IO Int #
Instances
| QboundValueCount (QSqlResult ()) () # | |
Defined in Qtc.Sql.QSqlResult Methods boundValueCount :: QSqlResult () -> () -> IO Int # | |
| QboundValueCount (QSqlResultSc a) () # | |
Defined in Qtc.Sql.QSqlResult Methods boundValueCount :: QSqlResultSc a -> () -> IO Int # | |
class QboundValueName x0 x1 where #
Methods
boundValueName :: x0 -> x1 -> IO String #
Instances
| QboundValueName (QSqlResult ()) Int # | |
Defined in Qtc.Sql.QSqlResult Methods boundValueName :: QSqlResult () -> Int -> IO String # | |
| QboundValueName (QSqlResultSc a) Int # | |
Defined in Qtc.Sql.QSqlResult Methods boundValueName :: QSqlResultSc a -> Int -> IO String # | |
class QdetachFromResultSet x0 x1 where #
Methods
detachFromResultSet :: x0 -> x1 -> IO () #
Instances
| QdetachFromResultSet (QSqlResult ()) () # | |
Defined in Qtc.Sql.QSqlResult Methods detachFromResultSet :: QSqlResult () -> () -> IO () # | |
| QdetachFromResultSet (QSqlResultSc a) () # | |
Defined in Qtc.Sql.QSqlResult Methods detachFromResultSet :: QSqlResultSc a -> () -> IO () # | |
Instances
| Qfetch (QSqlResult ()) Int # | |
Defined in Qtc.Sql.QSqlResult Methods fetch :: QSqlResult () -> Int -> IO Bool # | |
| Qfetch (QSqlResultSc a) Int # | |
Defined in Qtc.Sql.QSqlResult Methods fetch :: QSqlResultSc a -> Int -> IO Bool # | |
class QfetchFirst x0 x1 where #
Methods
fetchFirst :: x0 -> x1 -> IO Bool #
Instances
| QfetchFirst (QSqlResult ()) () # | |
Defined in Qtc.Sql.QSqlResult Methods fetchFirst :: QSqlResult () -> () -> IO Bool # | |
| QfetchFirst (QSqlResultSc a) () # | |
Defined in Qtc.Sql.QSqlResult Methods fetchFirst :: QSqlResultSc a -> () -> IO Bool # | |
class QfetchLast x0 x1 where #
Instances
| QfetchLast (QSqlResult ()) () # | |
Defined in Qtc.Sql.QSqlResult Methods fetchLast :: QSqlResult () -> () -> IO Bool # | |
| QfetchLast (QSqlResultSc a) () # | |
Defined in Qtc.Sql.QSqlResult Methods fetchLast :: QSqlResultSc a -> () -> IO Bool # | |
class QfetchNext x0 x1 where #
Instances
| QfetchNext (QSqlResult ()) () # | |
Defined in Qtc.Sql.QSqlResult Methods fetchNext :: QSqlResult () -> () -> IO Bool # | |
| QfetchNext (QSqlResultSc a) () # | |
Defined in Qtc.Sql.QSqlResult Methods fetchNext :: QSqlResultSc a -> () -> IO Bool # | |
class QfetchPrevious x0 x1 where #
Methods
fetchPrevious :: x0 -> x1 -> IO Bool #
Instances
| QfetchPrevious (QSqlResult ()) () # | |
Defined in Qtc.Sql.QSqlResult Methods fetchPrevious :: QSqlResult () -> () -> IO Bool # | |
| QfetchPrevious (QSqlResultSc a) () # | |
Defined in Qtc.Sql.QSqlResult Methods fetchPrevious :: QSqlResultSc a -> () -> IO Bool # | |
class QhasOutValues x0 x1 where #
Methods
hasOutValues :: x0 -> x1 -> IO Bool #
Instances
| QhasOutValues (QSqlResult ()) () # | |
Defined in Qtc.Sql.QSqlResult Methods hasOutValues :: QSqlResult () -> () -> IO Bool # | |
| QhasOutValues (QSqlResultSc a) () # | |
Defined in Qtc.Sql.QSqlResult Methods hasOutValues :: QSqlResultSc a -> () -> IO Bool # | |
class QresetBindCount x0 x1 where #
Methods
resetBindCount :: x0 -> x1 -> IO () #
Instances
| QresetBindCount (QSqlResult ()) () # | |
Defined in Qtc.Sql.QSqlResult Methods resetBindCount :: QSqlResult () -> () -> IO () # | |
| QresetBindCount (QSqlResultSc a) () # | |
Defined in Qtc.Sql.QSqlResult Methods resetBindCount :: QSqlResultSc a -> () -> IO () # | |
class QsavePrepare x0 x1 where #
Methods
savePrepare :: x0 -> x1 -> IO Bool #
Instances
| QsavePrepare (QSqlResult ()) String # | |
Defined in Qtc.Sql.QSqlResult Methods savePrepare :: QSqlResult () -> String -> IO Bool # | |
| QsavePrepare (QSqlResultSc a) String # | |
Defined in Qtc.Sql.QSqlResult Methods savePrepare :: QSqlResultSc a -> String -> IO Bool # | |
Instances
| QsetAt (QSqlResult ()) Int # | |
Defined in Qtc.Sql.QSqlResult Methods setAt :: QSqlResult () -> Int -> IO () # | |
| QsetAt (QSqlResultSc a) Int # | |
Defined in Qtc.Sql.QSqlResult Methods setAt :: QSqlResultSc a -> Int -> IO () # | |
class QsetSelect x0 x1 where #
Instances
| QsetSelect (QSqlResult ()) Bool # | |
Defined in Qtc.Sql.QSqlResult Methods setSelect :: QSqlResult () -> Bool -> IO () # | |
| QsetSelect (QSqlResultSc a) Bool # | |
Defined in Qtc.Sql.QSqlResult Methods setSelect :: QSqlResultSc a -> Bool -> IO () # | |
qSqlResult_delete :: QSqlResult a -> IO () #
qSqlResult_delete1 :: QSqlResult a -> IO () #