Namespace: OpenEdge.DataAdmin.Message
Type: Class TableResponse
Parent Classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.DataAdmin.Message.ITableResponse


/* Copyright (c) 2011 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:Response details for a table request
Author(s):hdaniels
Created:Tue Jul 26 14:12:18 EDT 2011



Constructor Summary
  Options Name Purpose
  TableResponse (character) /** standard response with no batching - not query no other info available */
  TableResponse (handle) /** Purpose: receives the internal buffer of DataAdminMessage @param Handle internal buffer of DataAdminMessage with the requested record available */

Property Summary
  Options Name Purpose
  CHARACTER Name
  CHARACTER NextPosition
  CHARACTER PrevPosition
  CHARACTER RequestType
  INTEGER Total


Constructor Detail
Top

TableResponse (character)

Purpose: standard response with no batching - not query no other info available
Parameters:
pName CHARACTER
 
Top

TableResponse (handle)

Purpose: Purpose: receives the internal buffer of DataAdminMessage
Parameters:
h HANDLE
 


Property Detail
Top

CHARACTER Name

Returns CHARACTER
 
Top

CHARACTER NextPosition

Returns CHARACTER
 
Top

CHARACTER PrevPosition

Returns CHARACTER
 
Top

CHARACTER RequestType

Returns CHARACTER
 
Top

INTEGER Total

Returns INTEGER