Programmer Guide/Concepts/Simple table: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(Created page with '{{DISPLAYTITLE:{{SUBPAGENAME}}}} Simple tables store every entry as a string, meaning that there are no columns, or fields. Simple tables do support searching (see the FIND, QUER…')
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
Simple tables store every entry as a string, meaning that there are no columns, or fields. Simple tables do support searching (see the FIND, QUERY, and SET table FIND commands) and [[Programmer_Guide/Concepts/Tagging_table_entries|tagging]]. The show and write format, if set, have no relevance for simple tables, though.
'''Simple tables''' (as opposed to [[Programmer_Guide/Concepts/Extended_table|extended tables]], [[Programmer_Guide/Concepts/Parameter_table|parameter tables]] and [[Programmer_Guide/Concepts/Directory_table|directory tables]]) store every entry as a string, meaning that there are no columns, or fields. Simple tables do support searching (see the <code>[[Programmer_Guide/Command_Reference/FIND|FIND]]</code>, <code>[[Programmer_Guide/Command_Reference/QUERY|QUERY]]</code>, and <code>[[Programmer_Guide/Shell_Items/Table/SET_TABLE#FIND|SET table FIND]]</code> commands), as well as [[Programmer_Guide/Concepts/Tagging_table_entries|tagging]]. The show and write format, if set, have no relevance for simple tables, though.


For a thorough introduction into the matter of table items, see [[Programmer_Guide/Shell_Items/Table/Introducing_Table_Items|Introducing Table Items]].
For a thorough introduction into the matter of table items, see [[Programmer_Guide/Shell_Items/Table/Introducing_Table_Items|Introducing Table Items]].

Latest revision as of 19:42, 17 April 2014

Simple tables (as opposed to extended tables, parameter tables and directory tables) store every entry as a string, meaning that there are no columns, or fields. Simple tables do support searching (see the FIND, QUERY, and SET table FIND commands), as well as tagging. The show and write format, if set, have no relevance for simple tables, though.

For a thorough introduction into the matter of table items, see Introducing Table Items.

Navigation menu

Personal tools