The sysextcols system catalog table contains a row that describes each of the internal columns in external table tabid of format type (fmttype) FIXED. The sysextcols table has the following columns.
No entries are stored in sysextcols for DELIMITED or Informix format external files.
You can use the DBSCHEMA utility to write out the description of the external tables. To query these system catalog tables about an external table, use the tabid as stored in systables with tabtype = 'E'.
An index on the tabid column allows duplicate values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]