Back Previous Next


Linguist data package - specification

Syntax:

	specification [array] {name}

Keyword handler:

   linguist.data.keyword.DKSpecification.class

Runtime handler(s):

   linguist.data.handler.DHSpecification.class

Function:

Declares a specification variable or an array of specifications. The array size is fixed at time of compilation.

A specification is where you describe the fields of a database table. You then apply the specification to a record. Both these steps are done using set.

Example(s):

   specification CustomerSpec
   specification Specifications 10


Back Previous Next