Table/View/Synonym Properties
The properties of a table/view/synonym are as follows:
Property Name | Description |
---|---|
Collection Name | Specifies the name of the collection in the MongoDB database. Available for tables in MongoDB connection only.
Data type: String |
Database Name | Specifies the name of the database in the MongoDB connection. Available for tables in MongoDB connection only.
Data type: String |
Description | Specifies the description of the table/view/synonym.
Data type: String |
Element Path |
Data type: String |
Linked Parameter | Specifies the parameter to bind it to the parameter in OOJDBC.
Not available for tables in JSON connection.
Data type: String |
Name | Specifies the mapped table/view/synonym name in the Logi JReport catalog.
Data type: String |
Qualifier | Specifies the name of the catalog which contains the table/view/synonym. Not available for tables in MongoDB connection and JSON connection.
Data type: String |
Schema | Specifies the name of the schema which contains the table/view/synonym. Not available for tables in MongoDB connection and JSON connection.
Data type: String |
Table Name | Specifies the name of the table/view/synonym in the raw database. Not available for tables in MongoDB connection and JSON connection.
Data type: String |
Type | Specifies the type of the table/view/synonym. The table type can be Table or Alias Table, the view type can be View or Alias View, and the synonym type can be Alias, Synonym or Alias Synonym. You can define whether an object is a
table, a view or a synonym by selecting a
type from the drop-down list, then the object will be put under the corresponding node automatically.
Not available for tables in JSON connection.
Data type: Enumeration |
A table/view/synonym contains several columns, the properties of which are shown in the following topic: Table/View/Synonym Column.