Namespace: OpenEdge.DataAdmin
Type: Interface ISchema
Parent Classes:
Inherits: OpenEdge.DataAdmin.IDataAdminElement


/* Copyright (c) 2010 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.
File:ISchema
Author(s):hdaniels
Created:Thu Jun 10 00:52:52 EDT 2010



Method Summary
  Options Name Purpose
  ImportTree (character, character) /** ImportTree overload to allow load of Options and Partitions from JSON into a Schema with unloaded schema changes. @param filename json filename @param collections - Comma separated list of collections to load. Currently expected to consist of 'options' and/or 'partitions'. */

Property Summary
  Options Name Purpose
  OpenEdge.DataAdmin.Binding.IDataDefinitionOptions LoadOptions
  CHARACTER Name
  OpenEdge.DataAdmin.IPartitionCollection Partitions
  CHARACTER SchemaState
  OpenEdge.DataAdmin.ISequenceSet Sequences
  OpenEdge.DataAdmin.ITableSet Tables


Method Detail
Top

ImportTree (character, character)

Purpose: ImportTree overload to allow load of Options and Partitions
from JSON into a Schema with unloaded schema changes.
Currently expected to consist of 'options' and/or 'partitions'.
Parameters:
pcfile CHARACTER
 
pcCollection CHARACTER
 


Property Detail
Top

OpenEdge.DataAdmin.Binding.IDataDefinitionOptions LoadOptions

Returns OpenEdge.DataAdmin.Binding.IDataDefinitionOptions
 
Top

CHARACTER Name

Returns CHARACTER
 
Top

OpenEdge.DataAdmin.IPartitionCollection Partitions

Returns OpenEdge.DataAdmin.IPartitionCollection
 
Top

CHARACTER SchemaState

Returns CHARACTER
 
Top

OpenEdge.DataAdmin.ISequenceSet Sequences

Returns OpenEdge.DataAdmin.ISequenceSet
 
Top

OpenEdge.DataAdmin.ITableSet Tables

Returns OpenEdge.DataAdmin.ITableSet