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


/* 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.
File:TablePermissionDataSource
Author(s):hdaniels
Created:Sat Sep 04 02:01:56 EDT 2010
Notes:BaseQuery does not filter on _hidden
but does filter on _Owner = "PUB"



Method Summary
  Options Name Purpose
  PrepareBuffer (handle)
  LOGICAL Save (handle)
  LOGICAL SetCallBack (handle) /* allow subclasses to override to set call back even if we don't have call back here (so that we can safely add it here later)*/

Constructor Summary
  Options Name Purpose
  TablePermissionDataSource ()
  TablePermissionDataSource (character)
  TablePermissionDataSource (handle, character)

Property Summary
  Options Name Purpose
  CHARACTER FileQueryExpression


Method Detail
Top

PrepareBuffer (handle)

Parameters:
phBuffer HANDLE
 
Top

LOGICAL Save (handle)

Parameters:
phbuffer HANDLE
 
Returns LOGICAL
 
Top

LOGICAL SetCallBack (handle)

/* allow subclasses to override to set call back even if we don't have call back here
(so that we can safely add it here later)
Parameters:
phBuffer HANDLE
 
Returns LOGICAL
 


Constructor Detail
Top

TablePermissionDataSource ()

Top

TablePermissionDataSource (character)

Parameters:
pmap CHARACTER
 
Top

TablePermissionDataSource (handle, character)

Parameters:
hParent HANDLE
 
pmap CHARACTER
 


Property Detail
Top

CHARACTER FileQueryExpression

Returns CHARACTER