Namespace: OpenEdge.DataAdmin.DataSource
Type: Class SecurityOptionsSource
Parent Classes:
Inherits: Progress.Lang.Object


/* Copyright (c) 2011-2017,2019 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:SecurityOptionsSource
Author(s):rkumar
Created:Thu Nov 24 18:04:51 IST 2011
/* {prodict/misc/misc-funcs.i}



Method Summary
  Options Name Purpose
  checkReadOnlyDatabase (character, character)
  Fill (handle)
  isDbAdmin (character) Returns whether the user (pcUser) is a database administrator or not. Parameters: INPUT pcUser - Userid of the user to check
  Save (handle)

Constructor Summary
  Options Name Purpose
  SecurityOptionsSource () /* *************************** Definitions ************************** */

Method Detail
Top

checkReadOnlyDatabase (character, character)

Parameters:
pcdbNname CHARACTER
 
pctableName CHARACTER
 
Top

Fill (handle)

Parameters:
hbuffer HANDLE
 
Top

isDbAdmin (character)

Purpose: Returns whether the user (pcUser) is a database administrator or not.
Parameters: INPUT pcUser - Userid of the user to check
Notes:
Parameters:
pcUser CHARACTER
 
Top

Save (handle)

Parameters:
phbuffer HANDLE
 


Constructor Detail
Top

SecurityOptionsSource ()

/* *************************** Definitions **************************