Next: , Previous: , Up: SCM Relational Databases   [Contents][Index]


7.1 wb-table

(require 'wb-table)

wb-table is a straightforward embedding of SLIB base-table (see Base Table in SLIB) in WB with SCM. It supports scheme expressions for keys and values whose text representations are less than 255 characters in length. The primitive types supported are:

boolean#t or #f.
string0 - 255 byte string.
symbol0 - 255 byte symbol.
atominternal legacy alias for symbol (or #f).
integer
number
ordinalString representation (< 256.B) of numbers. Nonnegative integers sort correctly.
expressionScheme expression (representation must be < 256.B).