Table of Contents

Search

  1. Preface
  2. Introduction to Data Validation Option
  3. Repositories
  4. XML Data Source
  5. Tests for XML Data Sources
  6. Connections
  7. Expressions
  8. Table Pairs
  9. Tests for Table Pairs
  10. Single-Table Constraints
  11. Tests for Single-Table Constraints
  12. Examples of Tests from Spreadsheets
  13. SQL Views
  14. Lookup Views
  15. Join Views
  16. Aggregate Views
  17. Business Intelligence and Reporting Tools Reports
  18. Dashboards
  19. DVOCmd Command Line Program
  20. Troubleshooting
  21. Appendix A: Datatype Reference
  22. Appendix B: Reporting Views
  23. Appendix C: Metadata Import Syntax
  24. Appendix D: Jasper Reports
  25. Appendix E: Glossary

Data Validation Option User Guide

Data Validation Option User Guide

meta_jv_view

meta_jv_view

The meta_jv_view view contains information about all join views and the tables included in each view. The view contains one record for each table in each version of a join view.
The following table describes the view columns:
View Column
Description
jv_id
ID of the join view.
jv_name
Internal name of the join view.
jv_obj_id
ID of the table in the join view.
jv_version
Version of the join view.
jv_description
Description of the join view.
jv_table_name
Name of the table in the join view.
jv_table_alias
Alias name of the table.
jv_table_join_type
Type of join. Contains one of the following values:
  • INNER
  • LEFT_OUTER
  • RIGHT_OUTER
  • FULL_OUTER
jv_table_position
Position of the table in the join.
jv_is_live
Indicates whether this version of the view is the latest. Contains one of the following values:
  • 0. False.
  • 1. True.

0 COMMENTS

We’d like to hear from you!