TerraHS-0.3ContentsIndex
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 don´t 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
Constructors
TeTable String Fields Data
show/hide Instances
The TeTablePtr type
type TeTablePtr = Ptr TeTable
The type TeTablePtr is a pointer to TeTable
Operations on TeTable
addValues :: [[String]] -> TeTablePtr -> IO ()
Produced by Haddock version 0.7