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


Copyright (c) 2023 by Progress Software Corporation. All rights reserved.
File:AuthTagDataSource
Author(s):pjudge
Created:2016-04-26



Method Summary
  Options Name Purpose
  AfterAuthTagRow (dataset-handle)
  BeforeRowSave (handle) /* Validates a row before save */
  PrepareBuffer (handle)
  LOGICAL Save (handle) /** Save all @param buffer the temp-table buffer handle with data */
  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 */
  SaveAuthTag (handle, integer) /** SaveAuthTag 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
  AuthTagDataSource ()

Method Detail
Top

AfterAuthTagRow (dataset-handle)

Parameters:
hds DATASET-HANDLE
 
Top

BeforeRowSave (handle)

/* Validates a row before save
Parameters:
phTTBuffer HANDLE
 
Top

PrepareBuffer (handle)

Parameters:
phBuffer HANDLE
 
Top

LOGICAL Save (handle)

Purpose: Save all
Parameters:
bufferHandle HANDLE
 
Returns LOGICAL
 
Top

LOGICAL Save (handle, integer)

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

SaveAuthTag (handle, integer)

Purpose: SaveAuthTag changes of specified state
? = all
Parameters:
phbuffer HANDLE
 
pistate INTEGER
 


Constructor Detail
Top

AuthTagDataSource ()