Documentation
class QcommitTransaction_h x0 x1 where #
commitTransaction_h :: x0 -> x1 -> IO Bool #
Instances
QcommitTransaction_h (QSqlDriver ()) () # | |
Defined in Qtc.Sql.QSqlDriver_h commitTransaction_h :: QSqlDriver () -> () -> IO Bool # | |
QcommitTransaction_h (QSqlDriverSc a) () # | |
Defined in Qtc.Sql.QSqlDriver_h commitTransaction_h :: QSqlDriverSc a -> () -> IO Bool # |
Instances
QisOpen_h (QSqlDriver ()) () # | |
Defined in Qtc.Sql.QSqlDriver_h isOpen_h :: QSqlDriver () -> () -> IO Bool # | |
QisOpen_h (QSqlDriverSc a) () # | |
Defined in Qtc.Sql.QSqlDriver_h isOpen_h :: QSqlDriverSc a -> () -> IO Bool # |
class QrollbackTransaction_h x0 x1 where #
rollbackTransaction_h :: x0 -> x1 -> IO Bool #
Instances
QrollbackTransaction_h (QSqlDriver ()) () # | |
Defined in Qtc.Sql.QSqlDriver_h rollbackTransaction_h :: QSqlDriver () -> () -> IO Bool # | |
QrollbackTransaction_h (QSqlDriverSc a) () # | |
Defined in Qtc.Sql.QSqlDriver_h rollbackTransaction_h :: QSqlDriverSc a -> () -> IO Bool # |
class QbeginTransaction_h x0 x1 where #
beginTransaction_h :: x0 -> x1 -> IO Bool #
Instances
QbeginTransaction_h (QSqlDriver ()) () # | |
Defined in Qtc.Sql.QSqlDriver_h beginTransaction_h :: QSqlDriver () -> () -> IO Bool # | |
QbeginTransaction_h (QSqlDriverSc a) () # | |
Defined in Qtc.Sql.QSqlDriver_h beginTransaction_h :: QSqlDriverSc a -> () -> IO Bool # |
class QcancelQuery_h x0 x1 where #
cancelQuery_h :: x0 -> x1 -> IO Bool #
Instances
QcancelQuery_h (QSqlDriver ()) () # | |
Defined in Qtc.Sql.QSqlDriver_h cancelQuery_h :: QSqlDriver () -> () -> IO Bool # | |
QcancelQuery_h (QSqlDriverSc a) () # | |
Defined in Qtc.Sql.QSqlDriver_h cancelQuery_h :: QSqlDriverSc a -> () -> IO Bool # |
class QcreateResult_h x0 x1 where #
createResult_h :: x0 -> x1 -> IO (QSqlResult ()) #
Instances
QcreateResult_h (QSqlDriver ()) () # | |
Defined in Qtc.Sql.QSqlDriver_h createResult_h :: QSqlDriver () -> () -> IO (QSqlResult ()) # | |
QcreateResult_h (QSqlDriverSc a) () # | |
Defined in Qtc.Sql.QSqlDriver_h createResult_h :: QSqlDriverSc a -> () -> IO (QSqlResult ()) # |
class QescapeIdentifier_h x0 x1 where #
escapeIdentifier_h :: x0 -> x1 -> IO String #
Instances
QescapeIdentifier_h (QSqlDriver ()) (String, IdentifierType) # | |
Defined in Qtc.Sql.QSqlDriver_h escapeIdentifier_h :: QSqlDriver () -> (String, IdentifierType) -> IO String # | |
QescapeIdentifier_h (QSqlDriverSc a) (String, IdentifierType) # | |
Defined in Qtc.Sql.QSqlDriver_h escapeIdentifier_h :: QSqlDriverSc a -> (String, IdentifierType) -> IO String # |
class QformatValue_h x0 x1 where #
formatValue_h :: x0 -> x1 -> IO String #
Instances
QformatValue_h (QSqlDriver ()) (QSqlField t1, Bool) # | |
Defined in Qtc.Sql.QSqlDriver_h formatValue_h :: QSqlDriver () -> (QSqlField t1, Bool) -> IO String # | |
QformatValue_h (QSqlDriverSc a) (QSqlField t1, Bool) # | |
Defined in Qtc.Sql.QSqlDriver_h formatValue_h :: QSqlDriverSc a -> (QSqlField t1, Bool) -> IO String # |
class QisIdentifierEscaped_h x0 x1 where #
isIdentifierEscaped_h :: x0 -> x1 -> IO Bool #
Instances
QisIdentifierEscaped_h (QSqlDriver ()) (String, IdentifierType) # | |
Defined in Qtc.Sql.QSqlDriver_h isIdentifierEscaped_h :: QSqlDriver () -> (String, IdentifierType) -> IO Bool # | |
QisIdentifierEscaped_h (QSqlDriverSc a) (String, IdentifierType) # | |
Defined in Qtc.Sql.QSqlDriver_h isIdentifierEscaped_h :: QSqlDriverSc a -> (String, IdentifierType) -> IO Bool # |
class QprimaryIndex_h x0 x1 where #
primaryIndex_h :: x0 -> x1 -> IO (QSqlIndex ()) #
Instances
QprimaryIndex_h (QSqlDriver ()) String # | |
Defined in Qtc.Sql.QSqlDriver_h primaryIndex_h :: QSqlDriver () -> String -> IO (QSqlIndex ()) # | |
QprimaryIndex_h (QSqlDriverSc a) String # | |
Defined in Qtc.Sql.QSqlDriver_h primaryIndex_h :: QSqlDriverSc a -> String -> IO (QSqlIndex ()) # |
class QsetOpen_h x0 x1 where #
Instances
QsetOpen_h (QSqlDriver ()) Bool # | |
Defined in Qtc.Sql.QSqlDriver_h setOpen_h :: QSqlDriver () -> Bool -> IO () # | |
QsetOpen_h (QSqlDriverSc a) Bool # | |
Defined in Qtc.Sql.QSqlDriver_h setOpen_h :: QSqlDriverSc a -> Bool -> IO () # |
class QsetOpenError_h x0 x1 where #
setOpenError_h :: x0 -> x1 -> IO () #
Instances
QsetOpenError_h (QSqlDriver ()) Bool # | |
Defined in Qtc.Sql.QSqlDriver_h setOpenError_h :: QSqlDriver () -> Bool -> IO () # | |
QsetOpenError_h (QSqlDriverSc a) Bool # | |
Defined in Qtc.Sql.QSqlDriver_h setOpenError_h :: QSqlDriverSc a -> Bool -> IO () # |
class QsqlStatement_h x0 x1 where #
sqlStatement_h :: x0 -> x1 -> IO String #
Instances
QsqlStatement_h (QSqlDriver ()) (StatementType, String, QSqlRecord t3, Bool) # | |
Defined in Qtc.Sql.QSqlDriver_h sqlStatement_h :: QSqlDriver () -> (StatementType, String, QSqlRecord t3, Bool) -> IO String # | |
QsqlStatement_h (QSqlDriverSc a) (StatementType, String, QSqlRecord t3, Bool) # | |
Defined in Qtc.Sql.QSqlDriver_h sqlStatement_h :: QSqlDriverSc a -> (StatementType, String, QSqlRecord t3, Bool) -> IO String # |
class QstripDelimiters_h x0 x1 where #
stripDelimiters_h :: x0 -> x1 -> IO String #
Instances
QstripDelimiters_h (QSqlDriver ()) (String, IdentifierType) # | |
Defined in Qtc.Sql.QSqlDriver_h stripDelimiters_h :: QSqlDriver () -> (String, IdentifierType) -> IO String # | |
QstripDelimiters_h (QSqlDriverSc a) (String, IdentifierType) # | |
Defined in Qtc.Sql.QSqlDriver_h stripDelimiters_h :: QSqlDriverSc a -> (String, IdentifierType) -> IO String # |
class QsubscribeToNotification_h x0 x1 where #
subscribeToNotification_h :: x0 -> x1 -> IO Bool #
Instances
QsubscribeToNotification_h (QSqlDriver ()) String # | |
Defined in Qtc.Sql.QSqlDriver_h subscribeToNotification_h :: QSqlDriver () -> String -> IO Bool # | |
QsubscribeToNotification_h (QSqlDriverSc a) String # | |
Defined in Qtc.Sql.QSqlDriver_h subscribeToNotification_h :: QSqlDriverSc a -> String -> IO Bool # |
class QsubscribedToNotifications_h x0 x1 where #
subscribedToNotifications_h :: x0 -> x1 -> IO [String] #
Instances
QsubscribedToNotifications_h (QSqlDriver ()) () # | |
Defined in Qtc.Sql.QSqlDriver_h subscribedToNotifications_h :: QSqlDriver () -> () -> IO [String] # | |
QsubscribedToNotifications_h (QSqlDriverSc a) () # | |
Defined in Qtc.Sql.QSqlDriver_h subscribedToNotifications_h :: QSqlDriverSc a -> () -> IO [String] # |
Instances
Qtables_h (QSqlDriver ()) TableType # | |
Defined in Qtc.Sql.QSqlDriver_h tables_h :: QSqlDriver () -> TableType -> IO [String] # | |
Qtables_h (QSqlDriverSc a) TableType # | |
Defined in Qtc.Sql.QSqlDriver_h tables_h :: QSqlDriverSc a -> TableType -> IO [String] # |
class QunsubscribeFromNotification_h x0 x1 where #
unsubscribeFromNotification_h :: x0 -> x1 -> IO Bool #
Instances
QunsubscribeFromNotification_h (QSqlDriver ()) String # | |
Defined in Qtc.Sql.QSqlDriver_h unsubscribeFromNotification_h :: QSqlDriver () -> String -> IO Bool # | |
QunsubscribeFromNotification_h (QSqlDriverSc a) String # | |
Defined in Qtc.Sql.QSqlDriver_h unsubscribeFromNotification_h :: QSqlDriverSc a -> String -> IO Bool # |