|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL AddUniqueOrNone (character, QueryString) |
/* converts a parent find on external parent key to query expression on internal key
true means value is added or not needed
false means not found
? means ambiguous
*/ Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
AfterRow (dataset-handle) |
/**** the utility command cannot be run with active transactions
method private void DeallocatePartition(pcTable as char,pctype as char, pcKey as char ):
define variable msg as DeallocateRequest no-undo.
msg = new DeallocateRequest().
msg:Type = if pctype = "T" then "tenant"
else "group".
msg:Name = pcKey.
msg:TableName = pctable.
DeallocateCommand:Execute(msg).
end method.
************/ Overrides OpenEdge.DataAdmin.DataSource.DataSource:AfterRow (dataset-handle) |
|||||
|
|
AfterSetUrl () |
Overrides OpenEdge.DataAdmin.DataSource.DataSource:AfterSetUrl () |
|||||
|
|
LOGICAL Attach (handle) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL CheckQuery (QueryString, character) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
HANDLE CloneQuery (handle) |
/* We may clone this query in order to get row keys from a result without
causing the 'real' query to reposition. This may be used when performing
multi-select operations in the UI, where we don't want to move off the
current record. Note that these actions may be expensive, because of the
cost of creating, opening, etc the query. */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER ColumnExpression (character, character, character) |
/* convert allocationstate char to bitmap expression required in the db */ Overrides OpenEdge.DataAdmin.DataSource.DataSource:ColumnExpression (character, character, character) |
|||||
|
|
CHARACTER ColumnSortSource (character) |
/* convert to allocation from bitmap in the db */ Overrides OpenEdge.DataAdmin.DataSource.DataSource:ColumnSortSource (character) |
|||||
|
|
CHARACTER ColumnSource (character) |
/* This is the call back for the QueryString parsing. There is currently no mapping, but we override it in
order to return the ttPartition's parent keys to the Query. This allows us to extract the expression later.
Because it is added as parent (i.e _tenant) we can also extract the actual query fields without these.
NOTE: check subclasses override
*/ Overrides OpenEdge.DataAdmin.DataSource.DataSource:ColumnSource (character) |
|||||
|
|
CHARACTER ColumnValue (character) |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER CompareBuffers (handle, handle, character, character) |
/** compares two buffers and returns a comma separated list of fields that are different
This is mainly needed to check for changes in character fields, since A = a.
Many international characters that really are different will also be seen as equal by the
ABL .
@param bufferHandle of first buffer
@param bufferHandle of the other buffer
@param Excludefielsd comma separated list of fields to ignore
@param options One of RAW,CASE-SENSITIVE or CASE-INSENSITIVE
*/ Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL CompareClobValues (handle, character, handle, character) |
/** Purpose: compare two CLOB buffer-fields
Notes: The core does not currently support compare of CLOBs */ Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
HANDLE CreateMapSource () |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
CreateQuery () |
Overrides OpenEdge.DataAdmin.DataSource.DataSource:CreateQuery () |
|||||
|
|
CreateRefreshQuery (handle) |
|
|||||
|
|
HANDLE CreateSaveSource (character) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
CHARACTER CurrentQuery () |
Return the current query for query manipulation and prepare.
returns the default if not yet prepared.
------------------------------------------------------------------------------*/ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER DefaultQuery () |
Return the BaseQuery or build a default query.
------------------------------------------------------------------------------*/ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
DefineSource () |
/* hook for sub classes that uses empty constructor to postpone definitions
The implementation must define Tables, PhysicalTables.
BaseQuery or BaseQueryTemplate and BaseTableExpression should then typically
also be defined here, since they need to match the tables/physicaltables.
Undefined should be set to false since this may be checked in more than
one place
*/ Inherited from OpenEdge.DataAdmin.DataSource.DBQuery |
|||||
|
|
DeleteQuery () |
/* delete the handles */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
DeleteRefreshQuery () |
|
|||||
|
|
DetachDatasource (handle) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL Fill () |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
CHARACTER FindAreaJoin (character) |
/* throw standard progress error if non found */ |
|||||
|
|
CHARACTER FindPartitionPolicyDetailJoin (character) |
/* throw standard progress error if non found */ |
|||||
|
|
CHARACTER FindTableJoinValues (character, character) |
Overrides OpenEdge.DataAdmin.DataSource.DataSource:FindTableJoinValues (character, character) |
|||||
|
|
CHARACTER FindTenantGroupJoin (character) |
/* throw standard progress error if non found */ |
|||||
|
|
CHARACTER FindTenantJoin (character) |
/* throw standard progress error if non found */ |
|||||
|
|
CHARACTER FindUniqueOrNoneQuery (character, character) |
/* */ Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
HANDLE GetBufferHandles () |
Overrides OpenEdge.DataAdmin.DataSource.DBQuery:GetBufferHandles () |
|||||
|
|
CHARACTER GetCurrentRowKey () |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER GetMappingForJoin (character) |
|
|||||
|
|
CHARACTER GetName (handle) |
|
|||||
|
|
CHARACTER GetPosition () |
/* order neutral position that is safe if tables changes order
passed back to setPosition
note that one need all rowids when the unique table is not
the first */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER Getstate (handle) |
|
|||||
|
|
LOGICAL PositionToLastBatch () |
/* set start rowid to get one batch including last*/ Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL PositionToWhere (character, logical) |
/* set start rowid to where position */ Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL Prepare () |
Overrides OpenEdge.DataAdmin.DataSource.DataSource:Prepare () |
|||||
|
|
LOGICAL Prepare (handle) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL Prepare (handle, character, character) |
/* prepare the query with a client query expression
@DEPRECATED - The DataAccess should now use Prepare (handle,ITableRequest)
The IFetchMessage has a GetTableRequest that always returns a
an object also for blank query
- This is kept for backwards compatibility
- There may be cases that uses the join parameter, which
has no replacement in the new prepare.
This should likely be handled by an override an dedicated
constructor. if this complicates stuff and join really is
needed add a prepare(buffer,ITableRequest,join)
Parameters
@param buffer - client temp-table buffer in dataset
@param clientquery - query from client expressed on the temp-table buffer
must in principle be passed if active parent relation or builtquery is empty,
but an empty query is valid when requesting all data
@param pcjoin - optional join to a parent
*/ Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL Prepare (handle, character, character, character) |
Overrides OpenEdge.DataAdmin.DataSource.DataSource:Prepare (handle, character, character, character) |
|||||
|
|
LOGICAL Prepare (handle, ITableRequest) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
Preparebuffer (handle) |
/* override to set callback - define binding etc.. */ Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL PrepareQueryString (QueryString) |
/* prepare with QueryString (subclass override this for query optimization) */ Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL Refresh (handle) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
RefreshAllocationState (character, character) |
/** called from save to refresh index and fields to be returned to client when
allocationstate of the table changed (they are updated before the table partitions ) */ |
|||||
|
|
LOGICAL Refreshbuffers (handle) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
RemoveQueryBuffers (handle) |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
LOGICAL ResetQuery () |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
LOGICAL Save (handle) |
/** Save all
@param buffer the temp-table buffer handle with data */ Overrides OpenEdge.DataAdmin.DataSource.DataSource:Save (handle) |
|||||
|
|
LOGICAL Save (handle, handle, integer) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
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 */ Overrides OpenEdge.DataAdmin.DataSource.DataSource:Save (handle, integer) |
|||||
|
|
LOGICAL SaveChildBuffers (handle, character, integer) |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL SetPosition (character) |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
LOGICAL SetPosition (character[]) |
/* set position as returned from GetPosition */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
LOGICAL SetPosition (rowid[]) |
/* set position as returned from GetPosition */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
HANDLE SingleExtent (handle) |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER TrimQuery (character) |
/* remove for or preselect from query - duplicated in DataAdminContext - belongs in utility */ Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER BaseQuery |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER BaseQueryTemplate |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER BaseTableExpression |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
INTEGER BatchSize |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
IDataAccess DataAccess |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
DatabaseInfo DatabaseInfo |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
HANDLE DataBuffer |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
HANDLE DataSourceHandle |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
Progress.Database.DBConfig DBConfig |
|
|||||
|
|
CHARACTER FieldMapping |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
Progress.Lang.Error FillError |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
CHARACTER FillMode |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
CHARACTER FindArea |
|
|||||
|
|
CHARACTER FindFirstGroupAndArea |
|
|||||
|
|
CHARACTER FindGroup |
|
|||||
|
|
CHARACTER FindPartitionPolicyDetail |
|
|||||
|
|
CHARACTER FindTenant |
|
|||||
|
|
CHARACTER FindTenantAndArea |
|
|||||
|
|
CHARACTER KeyFields |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
LOGICAL Lazy |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
INTEGER NumRecords |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
HANDLE ParentRelation |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
CHARACTER PhysicalTables |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
HANDLE QueryHandle |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER QueryLock |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER QueryMode |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER SaveChildNames |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
HANDLE SaveSourceHandle |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
CHARACTER StorageAreaMap |
|
|||||
|
|
CHARACTER StorageFileMap |
|
|||||
|
|
CHARACTER StorageGroupMap |
|
|||||
|
|
CHARACTER StorageMap |
|
|||||
|
|
CHARACTER StoragePartitionPolicyDetailMap |
|
|||||
|
|
CHARACTER StorageTenantMap |
|
|||||
|
|
CHARACTER Table |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER Tables |
Overrides OpenEdge.DataAdmin.DataSource.DBQuery:Tables |
|||||
|
|
HANDLE TempSourceBuffer |
Inherited from OpenEdge.DataAdmin.DataSource.DBQuery |
|||||
|
|
CHARACTER Url |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|||||
|
|
LOGICAL UseRowid |
Inherited from OpenEdge.DataAdmin.Binding.Query.DataAdminQuery |
|||||
|
|
CHARACTER ValidAllocationList |
|
|||||
|
|
CHARACTER ValidHorizontalAllocationList |
|
|||||
|
|
WebUtil WebUtil |
Inherited from OpenEdge.DataAdmin.DataSource.DataSource |
|
Top
PROTECTED LOGICAL AddUniqueOrNone (character, QueryString)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterRow (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED AfterSetUrl ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Attach (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL CheckQuery (QueryString, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED HANDLE CloneQuery (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnExpression (character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnSortSource (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnSource (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnValue (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER CompareBuffers (handle, handle, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL CompareClobValues (handle, character, handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED HANDLE CreateMapSource ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CreateQuery ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE CreateRefreshQuery (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED HANDLE CreateSaveSource (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER CurrentQuery ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER DefaultQuery ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DefineSource ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DeleteQuery ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE DeleteRefreshQuery ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DetachDatasource (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Fill ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE CHARACTER FindAreaJoin (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE CHARACTER FindPartitionPolicyDetailJoin (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER FindTableJoinValues (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE CHARACTER FindTenantGroupJoin (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE CHARACTER FindTenantJoin (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER FindUniqueOrNoneQuery (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED HANDLE GetBufferHandles ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetCurrentRowKey ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetMappingForJoin (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE CHARACTER GetName (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetPosition ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE CHARACTER Getstate (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL PositionToLastBatch ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL PositionToWhere (character, logical)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Prepare ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Prepare (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Prepare (handle, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL Prepare (handle, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Prepare (handle, ITableRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED Preparebuffer (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL PrepareQueryString (QueryString)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Refresh (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE RefreshAllocationState (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Refreshbuffers (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RemoveQueryBuffers (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL ResetQuery ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Save (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Save (handle, handle, integer)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Save (handle, integer)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL SaveChildBuffers (handle, character, integer)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SetPosition (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SetPosition (character[])
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SetPosition (rowid[])
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED HANDLE SingleExtent (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER TrimQuery (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC PartitionDataSource ()
|
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED PartitionDataSource (character, character, character)
|
||||||||||||||||||||||||||
PROTECTED PartitionDataSource (character, character, character, character)
|
||||||||||||||||||||||||||
PROTECTED PartitionDataSource (character, character, character, log)
|
||||||||||||||||||||||||||
PUBLIC PartitionDataSource (handle, character)
|
||||||||||||||||||||||||||
PUBLIC PartitionDataSource (handle, character, character, character)
|
||||||||||||||||||||||||||
PUBLIC CHARACTER BaseQuery
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER BaseQueryTemplate
|
|||||||||
PROTECTED CHARACTER BaseTableExpression
|
|||||||||
PUBLIC INTEGER BatchSize
|
|||||||||
PUBLIC IDataAccess DataAccess
|
|||||||||
PROTECTED DatabaseInfo DatabaseInfo
|
|||||||||
PROTECTED HANDLE DataBuffer
|
|||||||||
PROTECTED HANDLE DataSourceHandle
|
|||||||||
PROTECTED Progress.Database.DBConfig DBConfig
|
|||||||||
PROTECTED CHARACTER FieldMapping
|
|||||||||
PUBLIC Progress.Lang.Error FillError
|
|||||||||
PUBLIC CHARACTER FillMode
|
|||||||||
PROTECTED CHARACTER FindArea
|
|||||||||
PROTECTED CHARACTER FindFirstGroupAndArea
|
|||||||||
PROTECTED CHARACTER FindGroup
|
|||||||||
PROTECTED CHARACTER FindPartitionPolicyDetail
|
|||||||||
PROTECTED CHARACTER FindTenant
|
|||||||||
PROTECTED CHARACTER FindTenantAndArea
|
|||||||||
PUBLIC CHARACTER KeyFields
|
|||||||||
PROTECTED LOGICAL Lazy
|
|||||||||
PUBLIC INTEGER NumRecords
|
|||||||||
PROTECTED HANDLE ParentRelation
|
|||||||||
PUBLIC CHARACTER PhysicalTables
|
|||||||||
PROTECTED HANDLE QueryHandle
|
|||||||||
PROTECTED CHARACTER QueryLock
|
|||||||||
PROTECTED CHARACTER QueryMode
|
|||||||||
PUBLIC CHARACTER SaveChildNames
|
|||||||||
PROTECTED HANDLE SaveSourceHandle
|
|||||||||
PROTECTED CHARACTER StorageAreaMap
|
|||||||||
PROTECTED CHARACTER StorageFileMap
|
|||||||||
PROTECTED CHARACTER StorageGroupMap
|
|||||||||
PROTECTED CHARACTER StorageMap
|
|||||||||
PROTECTED CHARACTER StoragePartitionPolicyDetailMap
|
|||||||||
PROTECTED CHARACTER StorageTenantMap
|
|||||||||
PUBLIC CHARACTER Table
|
|||||||||
PUBLIC CHARACTER Tables
|
|||||||||
PROTECTED HANDLE TempSourceBuffer
|
|||||||||
PUBLIC CHARACTER Url
|
|||||||||
PUBLIC LOGICAL UseRowid
|
|||||||||
PROTECTED CHARACTER ValidAllocationList
|
|||||||||
PROTECTED CHARACTER ValidHorizontalAllocationList
|
|||||||||
PROTECTED WebUtil WebUtil
|
|||||||||
Progress® OpenEdge® Release 12.2.0