
Table method: columns
Gets a list of column descriptors for this table.
<tabobj> "columns"
- <tabobj> is the name of a PinK table object,
- columns is the name of the applied method.
- Return value: a list of column descriptors, each one of the form:
name type format
where
- name is the name of the column,
- type is the type of the column and
- format defines the output format for the field
values of this column.
See also:
Previous
Up
Next
This page is maintained by
pink@hermes.desy.de;
last modification: Jun 1 1995 .