Namespace: OpenEdge.DataAdmin
Interface
IIndex
Parent classes:
Inherits: OpenEdge.DataAdmin.ISchemaElement

/* Copyright (c) 2011 by progress Software Corporation
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
Purpose:Interface for index
Author(s):hdaniels
Created:Thu Jun 10 02:53:33 EDT 2010
Notes:Currently only for MT



Property Summary
Options Name Purpose
CHARACTER Description /** Description of index */
OpenEdge.DataAdmin.IFieldSet Fields
OpenEdge.DataAdmin.IIndexFieldList IndexFields
LOGICAL IsActive /** Returns true if the index is active */
LOGICAL IsLocal /** Returns true if the index is local (table partition) */
LOGICAL IsPrimary /** Returns true if the index is the primary index */
LOGICAL IsUnique /** Returns true if the index is unique */
LOGICAL IsWordIndex /** Returns true if the index is a word index */
OpenEdge.DataAdmin.ITable Table /** Parent table of the index */


Property Detail
Top

CHARACTER Description

Purpose: Description of index
Returns CHARACTER
Top

OpenEdge.DataAdmin.IFieldSet Fields

Returns OpenEdge.DataAdmin.IFieldSet
Top

OpenEdge.DataAdmin.IIndexFieldList IndexFields

Returns OpenEdge.DataAdmin.IIndexFieldList
Top

LOGICAL IsActive

Purpose: Returns true if the index is active
Returns LOGICAL
Top

LOGICAL IsLocal

Purpose: Returns true if the index is local (table partition)
Returns LOGICAL
Top

LOGICAL IsPrimary

Purpose: Returns true if the index is the primary index
Returns LOGICAL
Top

LOGICAL IsUnique

Purpose: Returns true if the index is unique
Returns LOGICAL
Top

LOGICAL IsWordIndex

Purpose: Returns true if the index is a word index
Returns LOGICAL
Top

OpenEdge.DataAdmin.ITable Table

Purpose: Parent table of the index
Returns OpenEdge.DataAdmin.ITable


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7