Namespace: OpenEdge.DataAdmin
Type: 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
Purpose: The parent policy the detail belongs to (read-only)



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
  LOGICAL IsReadOnly
  LOGICAL IsSplitTarget
  OpenEdge.DataAdmin.IPartitionPolicy PartitionPolicy
  CHARACTER Values


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 LOGICAL
 
Top

SetValue (log, integer)

Parameters:
pval LOGICAL
 
pidx INTEGER
 


Property Detail
Top

LOGICAL IsComposite

Returns LOGICAL
 
Top

LOGICAL IsReadOnly

Returns LOGICAL
 
Top

LOGICAL IsSplitTarget

Returns LOGICAL
 
Top

OpenEdge.DataAdmin.IPartitionPolicy PartitionPolicy

Returns OpenEdge.DataAdmin.IPartitionPolicy
 
Top

CHARACTER Values

Returns CHARACTER