Difference between revisions of "Database query"
From OpenKM Documentation
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | Using database query, | + | Using database query, administrators can make queries on OpenKM databases. The query type can be JDBC or Hibernate. |
Line 5: | Line 5: | ||
+ | Improvements from OpenKM 5.1.6: | ||
+ | |||
+ | * Several types of queries: JDBC, Hibernate and Metadata. | ||
+ | * If you select JDBC, a list of tables will be shown. | ||
+ | * If you select Metadata, a list of meta-tables will be shown. | ||
+ | |||
+ | See also [[Database Metadata]]. | ||
[[Category: Administration Guide]] | [[Category: Administration Guide]] |
Latest revision as of 07:54, 18 November 2011
Using database query, administrators can make queries on OpenKM databases. The query type can be JDBC or Hibernate.
Improvements from OpenKM 5.1.6:
- Several types of queries: JDBC, Hibernate and Metadata.
- If you select JDBC, a list of tables will be shown.
- If you select Metadata, a list of meta-tables will be shown.
See also Database Metadata.