terrahs-0.7: A library for GIS Programs in Haskell.Source codeContentsIndex
TerraHS.TerraLib.TeTable
Contents
The TeTable type
The TeTablePtr type
Operations on TeTable
Description

A module for supporting a TeTableTerraLib class

Instances of this classes represent non-spatial tables, or tables that dont have a spatial data as one of its columns. The class stores the table schema and it also can store rows of data.

More information - http://www.terralib.org

Synopsis
data TeTable = TeTable String Fields Data
type TeTablePtr = Ptr TeTable
addValues :: [[String]] -> TeTablePtr -> IO ()
The TeTable type
data TeTable Source
Constructors
TeTable String Fields Data
show/hide Instances
The TeTablePtr type
type TeTablePtr = Ptr TeTableSource
The type TeTablePtr is a pointer to TeTable
Operations on TeTable
addValues :: [[String]] -> TeTablePtr -> IO ()Source
Produced by Haddock version 2.4.2