Takusen-0.8.2: Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC.Source codeContentsIndex
Database.Util
Documentation
class Show a => MyShow a whereSource
Methods
show_ :: a -> StringSource
print_ :: (MonadIO m, MyShow a) => a -> m ()Source
mkUTCTime :: (Integral a, Real b) => a -> a -> a -> a -> a -> b -> UTCTimeSource
mkCalTime :: Integral a => a -> a -> a -> a -> a -> a -> CalendarTimeSource
int64ToDateParts :: Int64 -> (Int64, Int64, Int64, Int64, Int64, Int64)Source
datePartsToInt64 :: (Integral a1, Integral a2, Integral a3, Integral a4, Integral a5, Integral a6) => (a1, a2, a3, a4, a5, a6) -> Int64Source
calTimeToInt64 :: CalendarTime -> Int64Source
int64ToCalTime :: Int64 -> CalendarTimeSource
int64ToUTCTime :: Int64 -> UTCTimeSource
wordsBy :: (Char -> Bool) -> String -> [String]Source
skipNonMatch :: (Char -> Bool) -> String -> [String]Source
positions :: Eq a => [a] -> [a] -> [Int]Source
pgDatetimetoUTCTime :: String -> UTCTimeSource
pgDatetimetoCalTime :: String -> CalendarTimeSource
pgDatetimeToParts :: String -> (Int, Int, Int, Int, Int, Double, Int)Source
utcTimeToIsoString :: (Integral a, Integral b) => UTCTime -> String -> (a -> a) -> (b -> String) -> StringSource
utcTimeToPGDatetime :: UTCTime -> StringSource
utcTimeToIsoDatetime :: UTCTime -> StringSource
utcTimeToOdbcDatetime :: UTCTime -> StringSource
calTimeToPGDatetime :: CalendarTime -> StringSource
Produced by Haddock version 2.1.0