Namespace: OpenEdge.DataAdmin
Type: Interface IPartitionMap
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:A tenant or tenantgroups partitions mapped to SchemaElements
Author(s):hdaniels



Method Summary
  Options Name Purpose
  LOGICAL Allocate ()
  LOGICAL ContainsKey (ISchemaElement)
  LOGICAL ContainsValue (IPartition)
  OpenEdge.DataAdmin.IPartition FindField (character, character)
  OpenEdge.DataAdmin.IPartition FindIndex (character, character, character)
  OpenEdge.DataAdmin.IPartition FindTable (character)
  OpenEdge.DataAdmin.IPartition Get (ISchemaElement)

Method Detail
Top

LOGICAL Allocate ()

Returns LOGICAL
 
Top

LOGICAL ContainsKey (ISchemaElement)

Parameters:
obj OpenEdge.DataAdmin.ISchemaElement
 
Returns LOGICAL
 
Top

LOGICAL ContainsValue (IPartition)

Parameters:
partition OpenEdge.DataAdmin.IPartition
 
Returns LOGICAL
 
Top

OpenEdge.DataAdmin.IPartition FindField (character, character)

Parameters:
pcTable CHARACTER
 
pcField CHARACTER
 
Returns OpenEdge.DataAdmin.IPartition
 
Top

OpenEdge.DataAdmin.IPartition FindIndex (character, character, character)

Parameters:
pcTable CHARACTER
 
pcIndex CHARACTER
 
pcCollation CHARACTER
 
Returns OpenEdge.DataAdmin.IPartition
 
Top

OpenEdge.DataAdmin.IPartition FindTable (character)

Parameters:
pcTable CHARACTER
 
Returns OpenEdge.DataAdmin.IPartition
 
Top

OpenEdge.DataAdmin.IPartition Get (ISchemaElement)

Parameters:
obj OpenEdge.DataAdmin.ISchemaElement
 
Returns OpenEdge.DataAdmin.IPartition