Namespace: OpenEdge.DataAdmin
Class
SchemaSet
Parent classes:
Inherits: OpenEdge.DataAdmin.DataAdminCollection
Implements: OpenEdge.DataAdmin.ISchemaSet

/* 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:SchemaMap
Author(s):hdaniels
Created:Fri Jun 11 19:37:03 EDT 2010
Notes:This collection is not used/supported in the ABL API,
since the only supported record is PUB and the
DataAdminService GetTable(s) ando GetSequence(s) returns
only data for PUB. If other schemas than PUB is to be
supported it will likely be done with separate requests
i.e. GetSQLTable(s) or GetSysTable(s)
- The collecton is used for REST to allow a unique key to
lookup table (or a table's index or field) and sequence.




Method Summary
Options Name Purpose
LOGICAL CanFind (character)
LOGICAL Contains (ISchema)
LOGICAL Contains (Object)
OpenEdge.DataAdmin.Binding.IDataAdminContext CreateLocalContext ()
OpenEdge.DataAdmin.ISchema Find (character)
PrepareExport ()
PrepareExportList ()
PrepareExportTree ()

Constructor Summary
Options Name Purpose
SchemaSet (FilteredContext)
SchemaSet (SchemaChanges)
SchemaSet (SchemaContext) /* schemas is only supported in REST constructor SchemaSet(): /* the super empty constructor will call CreateLocalContext() */ super(). end constructor. */


Method Detail
Top

LOGICAL CanFind (character)

Parameters:
cname CHARACTER
Returns LOGICAL
Top

LOGICAL Contains (ISchema)

Parameters:
schemaImp OpenEdge.DataAdmin.ISchema
Returns LOGICAL
Top

LOGICAL Contains (Object)

Parameters:
obj Progress.Lang.Object
Returns LOGICAL
Top

OpenEdge.DataAdmin.Binding.IDataAdminContext CreateLocalContext ()

Returns OpenEdge.DataAdmin.Binding.IDataAdminContext
Top

OpenEdge.DataAdmin.ISchema Find (character)

Parameters:
cname CHARACTER
Returns OpenEdge.DataAdmin.ISchema
Top

PrepareExport ()

Top

PrepareExportList ()

Top

PrepareExportTree ()



Constructor Detail
Top

SchemaSet (FilteredContext)

Parameters:
cntxt OpenEdge.DataAdmin.Binding.Query.FilteredContext
Top

SchemaSet (SchemaChanges)

Parameters:
cntxt OpenEdge.DataAdmin.Binding.SchemaChanges
Top

SchemaSet (SchemaContext)

/* schemas is only supported in REST
constructor SchemaSet():
/* the super empty constructor will call CreateLocalContext()
super().
end constructor.
Parameters:
cntxt OpenEdge.DataAdmin.Binding.SchemaContext


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7