Qtc.Sql.QSqlRelation
Contents
Documentation
class QqSqlRelation x1 where #
Methods
qSqlRelation :: x1 -> IO (QSqlRelation ()) #
Instances
| QqSqlRelation () # | |
Defined in Qtc.Sql.QSqlRelation Methods qSqlRelation :: () -> IO (QSqlRelation ()) # | |
| QqSqlRelation (QSqlRelation t1) # | |
Defined in Qtc.Sql.QSqlRelation Methods qSqlRelation :: QSqlRelation t1 -> IO (QSqlRelation ()) # | |
| QqSqlRelation (String, String, String) # | |
Defined in Qtc.Sql.QSqlRelation Methods qSqlRelation :: (String, String, String) -> IO (QSqlRelation ()) # | |
class QqSqlRelation_nf x1 where #
Methods
qSqlRelation_nf :: x1 -> IO (QSqlRelation ()) #
Instances
| QqSqlRelation_nf () # | |
Defined in Qtc.Sql.QSqlRelation Methods qSqlRelation_nf :: () -> IO (QSqlRelation ()) # | |
| QqSqlRelation_nf (QSqlRelation t1) # | |
Defined in Qtc.Sql.QSqlRelation Methods qSqlRelation_nf :: QSqlRelation t1 -> IO (QSqlRelation ()) # | |
| QqSqlRelation_nf (String, String, String) # | |
Defined in Qtc.Sql.QSqlRelation Methods qSqlRelation_nf :: (String, String, String) -> IO (QSqlRelation ()) # | |
displayColumn :: QSqlRelation a -> () -> IO String #
indexColumn :: QSqlRelation a -> () -> IO String #
qSqlRelation_delete :: QSqlRelation a -> IO () #
Orphan instances
| QtableName (QSqlRelation a) () # | |
Methods tableName :: QSqlRelation a -> () -> IO String # | |
| QqisValid (QSqlRelation ()) () # | |
Methods qisValid :: QSqlRelation () -> () -> IO Bool # | |
| QqisValid (QSqlRelationSc a) () # | |
Methods qisValid :: QSqlRelationSc a -> () -> IO Bool # | |
| Qqswap (QSqlRelation ()) (QSqlRelation t1) # | |
Methods qswap :: QSqlRelation () -> QSqlRelation t1 -> IO () # | |
| Qqswap (QSqlRelationSc a) (QSqlRelation t1) # | |
Methods qswap :: QSqlRelationSc a -> QSqlRelation t1 -> IO () # | |