view demo/batchG.ur @ 1765:be114e170b77

Vector fonts in manual
author Vladimir Shabanov <vshabanoff@gmail.com>
date Thu, 17 May 2012 03:22:34 +0400
parents a44daa674810
children
line wrap: on
line source
table t : {Id : int, A : string, B : float}
  PRIMARY KEY Id

open BatchFun.Make(struct
                       val tab = t
                       val title = "BatchG"
                       val cols = {A = BatchFun.string "A",
                                   B = BatchFun.float "B"}
                   end)