Namespace: OpenEdge.DataAdmin.ServerCommand
Class
TableDataWriterCommand
Parent classes:
Inherits: OpenEdge.DataAdmin.ServerCommand.TableDataCommand

/* Copyright (c) 2012-2016 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:TableDataWriterCommand.cls
Author(s):rkumar
Created:2012




Method Summary
Options Name Purpose
Progress.Lang.Error CreatePermissionError (character)
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
DoCommand () /** call the execution method in the persistent procedure */
Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:DoCommand ()
DoCommand (character, character, table-handle) /** call the execution procedure in the persistent procedure or just pass the tables to the monitor if PreRun */
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
DoExecute (IUtilityRequest) /* empty the tt that keeps track of processed groups */
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
DoTenant (character)
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Execute (IUtilityRequest)
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
IUtilityResponse GetResponse ()
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
HookProcedure ()
Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:HookProcedure ()
HANDLE StartProcedure ()
Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:StartProcedure ()
ValidateOptions ()
Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:ValidateOptions ()

Constructor Summary
Options Name Purpose
TableDataWriterCommand (character)

Property Summary
Options Name Purpose
LOGICAL AnyGroupExists
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
DatabaseInfo DatabaseInfo
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
LOGICAL IsLoad
Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:IsLoad
LOGICAL PreRun
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
HANDLE ProcedureHandle
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
LOGICAL SharedOnly
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
LOGICAL TenantOnly
Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
CHARACTER UTF-8


Method Detail
Top

PROTECTED Progress.Lang.Error CreatePermissionError (character)

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Parameters:
pcTable CHARACTER
Returns Progress.Lang.Error
Top

PROTECTED DoCommand ()

Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:DoCommand ()
Purpose: call the execution method in the persistent procedure
Top

PROTECTED DoCommand (character, character, table-handle)

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Purpose: call the execution procedure in the persistent procedure
or just pass the tables to the monitor if PreRun
Parameters:
pcType CHARACTER
pcTenant CHARACTER
phTbl TABLE-HANDLE
Top

PUBLIC DoExecute (IUtilityRequest)

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
/* empty the tt that keeps track of processed groups
Parameters:
prequest IUtilityRequest
Top

PROTECTED DoTenant (character)

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Parameters:
pcTenant CHARACTER
Top

PUBLIC Execute (IUtilityRequest)

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Parameters:
prequest IUtilityRequest
Top

PUBLIC IUtilityResponse GetResponse ()

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Returns IUtilityResponse
Top

PROTECTED HookProcedure ()

Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:HookProcedure ()
Top

PROTECTED HANDLE StartProcedure ()

Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:StartProcedure ()
Returns HANDLE
Top

PROTECTED ValidateOptions ()

Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:ValidateOptions ()


Constructor Detail
Top

PUBLIC TableDataWriterCommand (character)

Parameters:
databasename CHARACTER


Property Detail
Top

PROTECTED LOGICAL AnyGroupExists

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Returns LOGICAL
Top

PROTECTED DatabaseInfo DatabaseInfo

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Returns DatabaseInfo
Top

PROTECTED LOGICAL IsLoad

Overrides OpenEdge.DataAdmin.ServerCommand.TableDataCommand:IsLoad
Returns LOGICAL
Top

PUBLIC LOGICAL PreRun

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Returns LOGICAL
Top

PROTECTED HANDLE ProcedureHandle

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Returns HANDLE
Top

PUBLIC LOGICAL SharedOnly

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Returns LOGICAL
Top

PUBLIC LOGICAL TenantOnly

Inherited from OpenEdge.DataAdmin.ServerCommand.TableDataCommand
Returns LOGICAL
Top

PRIVATE CHARACTER UTF-8

Returns CHARACTER


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0