User Tools

Site Tools


jvs:fscan:manual:chapter2:tableshow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvs:fscan:manual:chapter2:tableshow [2014/03/24 16:07]
voyvodic
jvs:fscan:manual:chapter2:tableshow [2023/02/23 18:43] (current)
Line 2: Line 2:
  
 ===== Table show -- Displaying table data===== ===== Table show -- Displaying table data=====
-**usage: -table [file] TABLENAME [FLAG] FILENAME**\\+**usage: -table [file] TABLENAME [FLAG] [ROW0 NROWS] [FILENAME]**\\
  
 The "show" modifier is used to display table data.\\ The "show" modifier is used to display table data.\\
Line 8: Line 8:
 With no TABLENAME this prints a list of all tables in memory.\\ With no TABLENAME this prints a list of all tables in memory.\\
 Show with TABLENAME prints the specified table.\\ Show with TABLENAME prints the specified table.\\
-If FILENAME is specified, Show prints the table to file FILENAME.\\ 
-The FLAG argument can specify some printing options.\\ 
  
-Show FLAG (combine by adding):\\+FLAG: specify printing options (combine by adding):\\
   * 1 - show column names\\   * 1 - show column names\\
   * 2 - show column types\\   * 2 - show column types\\
Line 21: Line 19:
   * 0200 - show no data, only header   * 0200 - show no data, only header
   * 0400 - show row sorting index if available   * 0400 - show row sorting index if available
 +
 +ROW0 - number of rows to skip before showing data (default = 0)
 +
 +NROWS - maximum number of rows to show (default = 0, for all rows)
 +
 +FILENAME - table will be written to the named output file.
  
 **See Also:**\\ **See Also:**\\
 [[jvs:fscan:manual:chapter2:table|Table]], [[jvs:fscan:manual:chapter2:table|Table]],
 +[[jvs:fscan:manual:chapter2:tableprintf|Table Printf]],
 [[jvs:fscan:manual:chapter2:browse|Browse]]  [[jvs:fscan:manual:chapter2:browse|Browse]] 
  
jvs/fscan/manual/chapter2/tableshow.1395677237.txt.gz · Last modified: 2014/08/04 16:03 (external edit)