Namespace: OpenEdge.DataAdmin
Interface
IIndexSet
Parent classes:
Inherits: OpenEdge.DataAdmin.IDataAdminCollection

/* 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:Index set (collection) for indexes of a table
with name as unique identifier
Author(s):hdaniels
Created:Thu Jun 10 00:46:12 EDT 2010
Notes:Name is unique since the collection only has indexes
for one table




Method Summary
Options Name Purpose
LOGICAL CanFind (character) /** Can find index (of table) * @Returns true if the index withthis name is in the collection. * * @param indexName */
LOGICAL Contains (IIndex) /** Contains * @Returns true if the index is in the collection. * @param IIndex */
OpenEdge.DataAdmin.IIndex Find (character) /** Returns the index with the specified Name from the collection. * Returns unknown if the field doesn’t exist in the collection * * @param IndexName character */


Method Detail
Top

LOGICAL CanFind (character)

Purpose: Can find index (of table)
Parameters:
indexName CHARACTER
Returns LOGICAL
Top

LOGICAL Contains (IIndex)

Purpose: Contains
Parameters:
indeximpl OpenEdge.DataAdmin.IIndex
Returns LOGICAL
Top

OpenEdge.DataAdmin.IIndex Find (character)

Purpose: Returns the index with the specified Name from the collection.
Parameters:
indexName CHARACTER
Returns OpenEdge.DataAdmin.IIndex


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7