DRAFT

Glossary

E

Index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z $ Glossary

Environment

An Environment, also know as an Omnidex Environment is the combination of:

Environment Catalog

Environment File

Excluded words list

Excluded words

Executable library

the HPPA native mode library of callable routines.

extract

SQL function that “extracts” specific parts of a date. ODXSQL function that creates SQL insert, update, and delete statements for a table to allow a user to restore a table to its original state.

Explain Plan

Expression Based Columns

  These columns are specified in the CREATE TABLE statement.
  CREATE TABLE mytable
   ...
   (col1
     city_initial character(1) as "substring(city from 1 for 1)" omnidex, 
   ...