This is an old revision of the document!
© DISC
* Statement is only available from OdxSQL.
| SELECT | Peform a Query Specification and SELECT rows. |
| EXPORT | Export rows or rowids to an external file. |
| OPEN CURSOR | Open a Cursor. |
| CLOSE CURSOR | Close a previously opened cursor. |
Omnidex supports several statements to synchronize the Omnidex indexes, rollup tables and internal statistics.
| UPDATE INDEXES | Update Omnidex Indexes. |
| UPDATE ROLLUP | Update Rollup Table with summarized information. |
| UPDATE ROLLUPS | Update all Rollup Tables for an Omnidex Database. |
| UPDATE STATISTICS | Update Statistics Information. |
| UPDATE TEXT | Update Textual Statistics. |
| PARTITION | Partition a table into smaller sub tables based on criteria. |
| LOAD OFX | Load Indexes for a table. |
| INSTALL INDEXES | Specifies the Omnidex indexes into the Omnidex XML Environment. No indexing is performed. |
| REMOVE INDEXES | Removes the Omnidex indexes from the Omnidex XML Environment. |
Omnidex supports lower level QUALIFY and JOIN statements to query the Omnidex indexes directly. These statements are advanced statements used for testing and to support legacy applications. The SELECT statement is now typically used instead.
(c)Copyright Dynamic Information Systems - This document was last updated March 30, 2011