Namespace: OpenEdge.DataAdmin.DataSource
Type: Class LocalIndexDataSource
Parent Classes:
Inherits: OpenEdge.DataAdmin.DataSource.DataSource


/* Copyright (c) 2014 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:IndexDataSource
Author(s):hdaniels
Created:Sep 2010



Method Summary
  Options Name Purpose
  AfterRow (dataset-handle)
  PrepareBuffer (handle)
  LOGICAL Save (handle)
  LOGICAL Save (handle, handle, integer)
  LOGICAL Save (handle, integer) /** Save changes of specified state @param buffer the temp-table buffer handle with data @param state the row-state to save (row-created, row-deleted or row-modified) ? = all */

Constructor Summary
  Options Name Purpose
  LocalIndexDataSource ()

Method Detail
Top

AfterRow (dataset-handle)

Parameters:
hds DATASET-HANDLE
 
Top

PrepareBuffer (handle)

Parameters:
phBuffer HANDLE
 
Top

LOGICAL Save (handle)

Parameters:
phbuffer HANDLE
 
Returns LOGICAL
 
Top

LOGICAL Save (handle, handle, integer)

Parameters:
parentbufferHandle HANDLE
 
phBuffer HANDLE
 
piState INTEGER
 
Returns LOGICAL
 
Top

LOGICAL Save (handle, integer)

Purpose: Save changes of specified state
? = all
Parameters:
phbuffer HANDLE
 
piState INTEGER
 
Returns LOGICAL
 


Constructor Detail
Top

LocalIndexDataSource ()