Namespace: OpenEdge.DataAdmin
Interface
IPartitionPolicyDetail
Parent classes:
Inherits: OpenEdge.DataAdmin.IPartitionOwner

/* Copyright (c) 2013 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:interface for partition detail
Author(s):hdaniels
Created:2013
Notes:This defines the value(s) of the partition




Method Summary
Options Name Purpose
SetValue (character) /* Sets a value to the element at the specified position in the Values Array. */
SetValue (character, integer)
SetValue (date)
SetValue (date, integer)
SetValue (datetime)
SetValue (datetime, integer)
SetValue (datetime-tz)
SetValue (datetime-tz, integer)
SetValue (decimal)
SetValue (decimal, integer)
SetValue (int64)
SetValue (int64, integer)
SetValue (integer)
SetValue (integer, integer)
SetValue (log)
SetValue (log, integer)

Property Summary
Options Name Purpose
LOGICAL IsComposite /** Returns true if this is a composite partition (shared default) */
LOGICAL IsReadOnly /** IsReadOnly <b>true</b> if the detail is read-only */
LOGICAL IsSplitTarget /** true if the partition is a split-target (waiting for split merge) */
OpenEdge.DataAdmin.IPartitionPolicy PartitionPolicy /** The parent policy the detail belongs to (read-only) */
CHARACTER Values /** Array of values as char. Dates according to session dmy and decimals according to session numeric-format Note: This is not a direct map to the database, which stores dates and decimals in american formats Export and import uses american formats */


Method Detail
Top

SetValue (character)

/* Sets a value to the element at the specified position in the Values Array.
Parameters:
pval CHARACTER
Top

SetValue (character, integer)

Parameters:
pval CHARACTER
pidx INTEGER
Top

SetValue (date)

Parameters:
pval DATE
Top

SetValue (date, integer)

Parameters:
pval DATE
pidx INTEGER
Top

SetValue (datetime)

Parameters:
pval DATETIME
Top

SetValue (datetime, integer)

Parameters:
pval DATETIME
pidx INTEGER
Top

SetValue (datetime-tz)

Parameters:
pval DATETIME-TZ
Top

SetValue (datetime-tz, integer)

Parameters:
pval DATETIME-TZ
pidx INTEGER
Top

SetValue (decimal)

Parameters:
pval DECIMAL
Top

SetValue (decimal, integer)

Parameters:
pval DECIMAL
pidx INTEGER
Top

SetValue (int64)

Parameters:
pval INT64
Top

SetValue (int64, integer)

Parameters:
pval INT64
pidx INTEGER
Top

SetValue (integer)

Parameters:
pval INTEGER
Top

SetValue (integer, integer)

Parameters:
pval INTEGER
pidx INTEGER
Top

SetValue (log)

Parameters:
pval LOG
Top

SetValue (log, integer)

Parameters:
pval LOG
pidx INTEGER


Property Detail
Top

LOGICAL IsComposite

Purpose: Returns true if this is a composite partition (shared default)
Returns LOGICAL
Top

LOGICAL IsReadOnly

Purpose: IsReadOnly
<b>true</b> if the detail is read-only
Returns LOGICAL
Top

LOGICAL IsSplitTarget

Purpose: true if the partition is a split-target (waiting for split merge)
Returns LOGICAL
Top

OpenEdge.DataAdmin.IPartitionPolicy PartitionPolicy

Purpose: The parent policy the detail belongs to (read-only)
Returns OpenEdge.DataAdmin.IPartitionPolicy
Top

CHARACTER Values

Purpose: Array of values as char. Dates according to session dmy and decimals according to session numeric-format
Note: This is not a direct map to the database, which stores dates and decimals in american formats
Export and import uses american formats
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7