Namespace: OpenEdge.DataAdmin
Class
SchemaSet
Parent classes:
DataAdminCollection

Inherits: DataAdminCollection
Implements: ISchemaSet

/* Copyright (c) 2010,2019 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.
/* schemas is only supported in REST
constructor SchemaSet():
/* the super empty constructor will call CreateLocalContext()
super().
end constructor.




Method Summary
Options Name Purpose
LOGICAL CanFind (character)
LOGICAL Contains (ISchema)
LOGICAL Contains (Object)
IDataAdminContext CreateLocalContext ()
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 ISchema
Returns LOGICAL
Top

LOGICAL Contains (Object)

Parameters:
obj Progress.Lang.Object
Returns LOGICAL
Top

IDataAdminContext CreateLocalContext ()

Returns IDataAdminContext
Top

ISchema Find (character)

Parameters:
cname CHARACTER
Returns ISchema
Top

PrepareExport ()

Top

PrepareExportList ()

Top

PrepareExportTree ()



Constructor Detail
Top

SchemaSet (FilteredContext)

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

SchemaSet (SchemaChanges)

Parameters:
cntxt SchemaChanges
Top

SchemaSet (SchemaContext)

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


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15