File: Types.hs

package info (click to toggle)
hdbc-sqlite3 2.3.3.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: haskell: 701; ansic: 146; makefile: 32
file content (11 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
module Database.HDBC.Sqlite3.Types
where

import Foreign.ForeignPtr

data CSqlite3
type Sqlite3 = ForeignPtr CSqlite3

data CStmt
type Stmt = ForeignPtr CStmt