[Previous]
[Next]
[Up]
[Top]
[Edit]
Starbase C Function Alphabetical Listing
table_coladd
- add a column to the table.
table_colarg
- parse a table program column argument.
table_colnam
- returns the name of the column number.
table_colnum
- look up a column in a table header.
table_colpad
- pad column output for justification.
table_colval
- get the value from the column.
table_colvald
- get the value from the column.
table_colvali
- get the value from the column.
table_colvals
- get the value from the column.
table_extract
- extract a table from a multi table file.
table_hdrfind
-
table_hdrV
returns the row structure that holds the header value
table_hdrfree
- release memory of the table header structures when done.
table_hdrnth
- returns the nth header keyword.
table_hdrput
- output a table header.
table_hdrval
- access a header value.
table_hdrvald
-
table_hdrvald
the header value as a double.
table_hdrvali
-
table_hdrvali
returns the header value an integer.
table_hdrvaln
-
table_hdrvaln
returns the number of values in this header keyword.
table_hdrvals
-
table_hdrvals
returns a copy of the column value made with with
table_header
- read the table header from a file.
table_load
- load a table directly into a data structure.
table_loadva
- load a table directly into a data structure from varargs table
table_mode
- set the table i/o mode.
table_ncol
- return the number of column in a table row structure.
table_ofs
- change the output field separator.
table_ors
- change the output record separator.
table_parsline
- parse a line from a table file.
table_rowfree
- release memory of the row structures when done.
table_rowget
- read the next row from a table file.
table_rowloc
- low level table row descriptor allocation.
table_rowput
- output a table row.
table_rowtrim
- trim blanks out of a row structure.
table_search
- set up to search a table using a fast access method
table_srange
- search a table for a range using a fast access method
table_svalue
- search a table for a value using a fast access method
SEE ALSO
starbase.1
starbase data table introduction.
starbase.3
starbase data table C library.
starbase.5
starbase data table file format.
[Previous]
[Next]
[Up]
[Top]
[Edit]