Namespace: OpenEdge.DataAdmin
Type: Class IndexImpl
Parent Classes:
Inherits: OpenEdge.DataAdmin.AbstractSchemaElement
Implements: OpenEdge.DataAdmin.IIndex


/* 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.
Author(s) :(s) : hdaniels



Method Summary
  Options Name Purpose
  OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext () /* No local context needed - currently not used to create */
  Export ()

Constructor Summary
  Options Name Purpose
  IndexImpl (IDataAdminModel)
  IndexImpl (IDataAdminModel, IRequestInfo)

Property Summary
  Options Name Purpose
  OpenEdge.DataAdmin.IFieldSet Fields
  OpenEdge.DataAdmin.IIndexFieldList IndexFields
  LOGICAL IsActive
  LOGICAL IsLocal
  LOGICAL IsPrimary
  LOGICAL IsUnique
  LOGICAL IsWordIndex
  CHARACTER ObjectType
  OpenEdge.DataAdmin.ITable Table


Method Detail
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext ()

/* No local context needed - currently not used to create
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
 
Top

Export ()



Constructor Detail
Top

IndexImpl (IDataAdminModel)

Purpose:
Notes:
Parameters:
cntxt OpenEdge.DataAdmin.Binding.IDataAdminModel
 
Top

IndexImpl (IDataAdminModel, IRequestInfo)

Parameters:
cntxt OpenEdge.DataAdmin.Binding.IDataAdminModel
 
pReq OpenEdge.DataAdmin.IRequestInfo
 


Property Detail
Top

OpenEdge.DataAdmin.IFieldSet Fields

Returns OpenEdge.DataAdmin.IFieldSet
 
Top

OpenEdge.DataAdmin.IIndexFieldList IndexFields

Returns OpenEdge.DataAdmin.IIndexFieldList
 
Top

LOGICAL IsActive

Returns LOGICAL
 
Top

LOGICAL IsLocal

Returns LOGICAL
 
Top

LOGICAL IsPrimary

Returns LOGICAL
 
Top

LOGICAL IsUnique

Returns LOGICAL
 
Top

LOGICAL IsWordIndex

Returns LOGICAL
 
Top

CHARACTER ObjectType

Returns CHARACTER
 
Top

OpenEdge.DataAdmin.ITable Table

Returns OpenEdge.DataAdmin.ITable