22 lines
804 B
Plaintext
22 lines
804 B
Plaintext
NAME:
|
|
TableToRel (Solaris), TableToRel.exe (Win32)
|
|
|
|
DESCRIPTION:
|
|
Creates Secondo commands "create" and "update" for a relation object. The values of the relation object are defined in a formatted table. The object type is implicitly defined by parameters within the command line.
|
|
|
|
USAGE:
|
|
TableToRel inputfilename relationname attributelist [ > outputfilename ]
|
|
|
|
attibutelist: (attrname attrtype)+
|
|
|
|
TableToRel help | h (displays usage information)
|
|
|
|
EXAMPLE:
|
|
TableToRel Staedte.table Staedte SName string Bev int PLZ int Vorwahl string Kennzeichen string (writes to standard output)
|
|
|
|
TableToRel Staedte.table Staedte SName string Bev int PLZ int Vorwahl string Kennzeichen string > StaedteRel (writes to file StaedteRel)
|
|
|
|
SEE ALSO:
|
|
Secondo command @ (processing secondo commands from a file)
|
|
|