Previous Table of Contents

6. Supported SQL

Currently, XBSQL supports the following:

Expressions e1 are currently fairly limited, just some basic arithmetic and string concatenations, plus equality.

Available column types for create column specifications are:

XBase files all contain fixed-width columns, with the exception of the blob type, which maps to a memo column. The first three cases can therefore have (width) appended. Individual columns can be indexed, for example, (...., ident int(10) index, ...).

Unsupported SQL includes