< table />
View Element Reference
< table />
This element specifies a database table to be used in the retrieval of records.
<table name="rm" role="main"/>
<table name="rmstd" role="standard"/>
Enclosing Element:
This tag is a direct child of the
<dataSource>
element.
Encloses: This tag does not enclose any child elements.
Attributes
Attribute | Description | Valid Values | Optional |
---|---|---|---|
name | The name of the database table from which data will be retrieved |
the name of any table existing in the configured database. All
<field>
elements listed in the dataSource should have their corresponding tables listed as
<table>
elements in the dataSource
|
no |
role | When more than one table is defined, this attribute describes how the tables are joined within the query. The main table is selected from first and any standard tables are subsequently joined with the main table |
main, standard
, defaulting to
main
|
yes |