|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
ActivateChildRelations (handle) |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
LOGICAL AddUniqueOrNone (character, QueryString) |
/** return true if the table is not in the search and not added
or if it can be unquely identified and was added
false - in search query and not avail
? - in search query and ambiguous or joined to
others with OR */ Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
LOGICAL CheckQuery (QueryString, character) |
|
|||||
|
|
CHARACTER CheckQueryObjectType (QueryString) |
/* returns blank if no type reference in query
? if not unique (ambiguous or not found)
Table, Index or Field */ |
|||||
|
|
Progress.Lang.Error ClientTransactionError (Error) |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
CHARACTER ColumnExpression (character, character, character) |
/* (part of IQueryMap interface used by QueryString to map query */ Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
CHARACTER ColumnSortSource (character) |
/* (part of IQueryMap interface used by QueryString to map query)
kept here because many subclasses still implement Iquerymap */ Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
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.
*/ Overrides OpenEdge.DataAdmin.DataAccess.DataAccess:ColumnSource (character) |
|||||
|
|
Create () |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
OpenEdge.DataAdmin.DataSource.IDataSource CreateReadSource (character) |
Overrides OpenEdge.DataAdmin.DataAccess.DataAccess:CreateReadSource (character) |
|||||
|
|
OpenEdge.DataAdmin.DataSource.IDataSource CreateSaveSource (character) |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
DeactivateChildRelations (handle) |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
OpenEdge.DataAdmin.DataSource.IDataSource DestroySources () |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
FetchData (IFetchRequest) |
Overrides OpenEdge.DataAdmin.DataAccess.DataAccess:FetchData (IFetchRequest) |
|||||
|
|
FillData (IFetchRequest) |
|
|||||
|
|
FillGroupNameRequest (handle) |
|
|||||
|
|
FillPartitionIdRequest (handle, IFetchRequest) |
|
|||||
|
|
FillPartitions (IFetchRequest) |
|
|||||
|
|
INTEGER FillSchemaElementPartitions (PartitionDataSource, handle, ITableRequest, log) |
|
|||||
|
|
FillTablePartitionRequest (handle) |
|
|||||
|
|
CHARACTER FindObjectType (character) |
|
|||||
|
|
CHARACTER FindTableJoinValues (character, character) |
/* returns a join expression on current values of the table i
example : "_StorageObject._PartitionId = " + quoter(_Tenant._Tenantid)
blank is not found
? is ambiguous or complex expression with other tables (or non existing)
Called from ParentJoinQuery, and must be overridden with unique find
for related tables if this functionality is needed.
*/ Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
CHARACTER FindUniqueOrNoneQuery (character, character) |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
OpenEdge.DataAdmin.DataSource.PartitionDataSource GetFieldJoinSource (character, character, character) |
|
|||||
|
|
OpenEdge.DataAdmin.DataSource.FieldPartitionDataSource GetFieldSource () |
|
|||||
|
|
OpenEdge.DataAdmin.DataSource.PartitionDataSource GetIndexJoinSource (character, character, character) |
|
|||||
|
|
OpenEdge.DataAdmin.DataSource.IndexPartitionDataSource GetIndexSource () |
|
|||||
|
|
OpenEdge.DataAdmin.DataSource.PartitionDataSource GetNewFieldSource () |
|
|||||
|
|
OpenEdge.DataAdmin.DataSource.PartitionDataSource GetNewIndexSource () |
|
|||||
|
|
OpenEdge.DataAdmin.DataSource.PartitionDataSource GetNewTableSource () |
|
|||||
|
|
OpenEdge.DataAdmin.DataSource.IDataSource GetReadSource (character) |
/* used by data access for fill when data sources needs access to each other
subclass must implement createReadSource */ Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
OpenEdge.DataAdmin.DataSource.IDataSource GetSaveSource (character) |
/* used by data access for save traverse through the dataset tree
subclass must implement createSaveSource
This is an all or none - the data access objects that use this use it for all
It is generic enough to be used by all */ Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
OpenEdge.DataAdmin.DataSource.PartitionDataSource GetSource () |
|
|||||
|
|
OpenEdge.DataAdmin.DataSource.IDataSource GetSource (character, log) |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
OpenEdge.DataAdmin.DataSource.PartitionDataSource GetTableJoinSource (character, character, character) |
|
|||||
|
|
OpenEdge.DataAdmin.DataSource.TablePartitionDataSource GetTableSource () |
|
|||||
|
|
SaveBuffers (handle) |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
OpenEdge.DataAdmin.Message.ISaveRequest SaveData (ISaveRequest) |
Overrides OpenEdge.DataAdmin.DataAccess.DataAccess:SaveData (ISaveRequest) |
|||||
|
|
StartDataSources () |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
ThrowPrepareError (Error, character, character) |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
CHARACTER BaseQuery |
|
|||||
|
|
DatabaseInfo DatabaseInfo |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
HANDLE DatasetHandle |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
CHARACTER Url |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|||||
|
|
WebUtil WebUtil |
Inherited from OpenEdge.DataAdmin.DataAccess.DataAccess |
|
Top
PROTECTED ActivateChildRelations (handle)
|
|||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LOGICAL AddUniqueOrNone (character, QueryString)
|
|||||||||||||||||||||||||||||||||
PRIVATE LOGICAL CheckQuery (QueryString, character)
|
|||||||||||||||||||||||||||||||||
PRIVATE CHARACTER CheckQueryObjectType (QueryString)
|
|||||||||||||||||||||||||||||||||
PROTECTED Progress.Lang.Error ClientTransactionError (Error)
|
|||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnExpression (character, character, character)
|
|||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnSortSource (character)
|
|||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ColumnSource (character)
|
|||||||||||||||||||||||||||||||||
PUBLIC Create ()
|
|||||||||||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.DataSource.IDataSource CreateReadSource (character)
|
|||||||||||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.DataSource.IDataSource CreateSaveSource (character)
|
|||||||||||||||||||||||||||||||||
PROTECTED DeactivateChildRelations (handle)
|
|||||||||||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.DataSource.IDataSource DestroySources ()
|
|||||||||||||||||||||||||||||||||
PUBLIC FetchData (IFetchRequest)
|
|||||||||||||||||||||||||||||||||
PROTECTED FillData (IFetchRequest)
|
|||||||||||||||||||||||||||||||||
PRIVATE FillGroupNameRequest (handle)
|
|||||||||||||||||||||||||||||||||
PRIVATE FillPartitionIdRequest (handle, IFetchRequest)
|
|||||||||||||||||||||||||||||||||
PRIVATE FillPartitions (IFetchRequest)
|
|||||||||||||||||||||||||||||||||
PRIVATE INTEGER FillSchemaElementPartitions (PartitionDataSource, handle, ITableRequest, log)
|
|||||||||||||||||||||||||||||||||
PRIVATE FillTablePartitionRequest (handle)
|
|||||||||||||||||||||||||||||||||
PRIVATE CHARACTER FindObjectType (character)
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER FindTableJoinValues (character, character)
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER FindUniqueOrNoneQuery (character, character)
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.PartitionDataSource GetFieldJoinSource (character, character, character)
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.FieldPartitionDataSource GetFieldSource ()
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.PartitionDataSource GetIndexJoinSource (character, character, character)
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.IndexPartitionDataSource GetIndexSource ()
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.PartitionDataSource GetNewFieldSource ()
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.PartitionDataSource GetNewIndexSource ()
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.PartitionDataSource GetNewTableSource ()
|
|||||||||||||||||||||||||||||||||
PUBLIC OpenEdge.DataAdmin.DataSource.IDataSource GetReadSource (character)
|
|||||||||||||||||||||||||||||||||
PUBLIC OpenEdge.DataAdmin.DataSource.IDataSource GetSaveSource (character)
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.PartitionDataSource GetSource ()
|
|||||||||||||||||||||||||||||||||
PUBLIC OpenEdge.DataAdmin.DataSource.IDataSource GetSource (character, log)
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.PartitionDataSource GetTableJoinSource (character, character, character)
|
|||||||||||||||||||||||||||||||||
PRIVATE OpenEdge.DataAdmin.DataSource.TablePartitionDataSource GetTableSource ()
|
|||||||||||||||||||||||||||||||||
PROTECTED SaveBuffers (handle)
|
|||||||||||||||||||||||||||||||||
PUBLIC OpenEdge.DataAdmin.Message.ISaveRequest SaveData (ISaveRequest)
|
|||||||||||||||||||||||||||||||||
PROTECTED StartDataSources ()
|
|||||||||||||||||||||||||||||||||
PROTECTED ThrowPrepareError (Error, character, character)
|
|||||||||||||||||||||||||||||||||
PUBLIC CHARACTER BaseQuery
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PROTECTED DatabaseInfo DatabaseInfo
|
|||||||||
PROTECTED HANDLE DatasetHandle
|
|||||||||
PROTECTED CHARACTER Url
|
|||||||||
PROTECTED WebUtil WebUtil
|
|||||||||
Progress® OpenEdge® Release 12.2.0