Namespace: OpenEdge.DataAdmin
Class
Area
Parent classes:
Inherits: OpenEdge.DataAdmin.Entity
Implements: OpenEdge.DataAdmin.IArea

/* 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:Area
Purpose:yes
Author(s):hdaniels
Created:Sun Jun 13 00:13:36 EDT 2010




Method Summary
Options Name Purpose
OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext () /** local context needed - has child collections */
Export ()
Export (character)
ExportTree (character)
ExportTree (character, character)
OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character)
WriteTree (IContextTree)
WriteTree (IContextTree, character) /** write specified collections (default all) */

Constructor Summary
Options Name Purpose
Area (character)
Area (IDataAdminModel)
Area (IDataAdminModel, IRequestInfo)

Property Summary
Options Name Purpose
INTEGER BlockSize /** The block size of the area in KB */
INTEGER ClusterSize /** The cluster size. Can be 1 (Type 1 area),8,64 or 512. */
OpenEdge.DataAdmin.IExtentList Extents /** A numbered list of the Area's extents */
LOGICAL IsType2 /** Returns true if the area is a type 2 area */
INTEGER Number /** The internal unique area number */
INTEGER NumExtents /** The total number of extents in the area. */
INTEGER RecordsPerBlock /** Records per block - 1,2,4,8,16,32,64,128 or 256 */
CHARACTER Type /** Area type - "Recovery","Transaction log","Event log","Data","Rollforward recovery". */


Method Detail
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext ()

Purpose: local context needed - has child collections
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
Top

Export ()

Top

Export (character)

Parameters:
cFile CHARACTER
Top

ExportTree (character)

Parameters:
pcfile CHARACTER
Top

ExportTree (character, character)

Parameters:
pcfile CHARACTER
pcCollectionlist CHARACTER
Top

OpenEdge.DataAdmin.IDataAdminExporter GetExporter (character)

Parameters:
pcFile CHARACTER
Returns OpenEdge.DataAdmin.IDataAdminExporter
Top

WriteTree (IContextTree)

Parameters:
tree OpenEdge.DataAdmin.Binding.IContextTree
Top

WriteTree (IContextTree, character)

Purpose: write specified collections (default all)
Parameters:
tree OpenEdge.DataAdmin.Binding.IContextTree
pcCollections CHARACTER


Constructor Detail
Top

Area (character)

Parameters:
pname CHARACTER
Top

Area (IDataAdminModel)

Parameters:
cntxt OpenEdge.DataAdmin.Binding.IDataAdminModel
Top

Area (IDataAdminModel, IRequestInfo)

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


Property Detail
Top

INTEGER BlockSize

Purpose: The block size of the area in KB
Returns INTEGER
Top

INTEGER ClusterSize

Purpose: The cluster size. Can be 1 (Type 1 area),8,64 or 512.
Returns INTEGER
Top

OpenEdge.DataAdmin.IExtentList Extents

Purpose: A numbered list of the Area's extents
Returns OpenEdge.DataAdmin.IExtentList
Top

LOGICAL IsType2

Purpose: Returns true if the area is a type 2 area
Returns LOGICAL
Top

INTEGER Number

Purpose: The internal unique area number
Returns INTEGER
Top

INTEGER NumExtents

Purpose: The total number of extents in the area.
Returns INTEGER
Top

INTEGER RecordsPerBlock

Purpose: Records per block - 1,2,4,8,16,32,64,128 or 256
Returns INTEGER
Top

CHARACTER Type

Purpose: Area type - "Recovery","Transaction log","Event log","Data","Rollforward recovery".
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7