Syntax:
specification {name} [{elements}]
Keyword handler:
net.eclecity.linguist.data.keyword.DataKSpecification.class
Runtime handler(s):
net.eclecity.linguist.data.handler.DataHSpecification.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