Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

OMNIDEX

Omnidex On-Line Documentation

Omnidex Text

Data Types

 

Home

What's New

Quick Links

Contents

What's New!

Omnidex version 4.2 has some exciting new features and enhancements.

  • Composite constraints are now supported by the Omnidex indexing Kernel. Previously, primary and foreign key constraints were restricted to a single column. This enhancement allows these contraints to consist of one or more columns of any combination of supported data types.
  • Unique Key constraints are now supported, to provide a single, universal method for declaring a primary key, no matter the database platform. The unique key constraint will map to the appropriate unique identifier for each table, whether it is a native rowid, a primary key or an arbitrary collection of columns.
  • Omnidex now supports multi-level hierarchies, which occur when a table is a parent of a child table, and is also a child to a grandparent table.

 

 

 

Top