|
|
CHARACTER CheckQueryObjectType (QueryString)
|
/* returns blank if no type reference in query
? if not unique (ambiguous or not found)
Table, Index or Field */
|
|
|
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.
*/
|
|
|
OpenEdge.DataAdmin.DataSource.IDataSource CreateReadSource (character)
|
|
|
|
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.PartitionDataSource GetSource ()
|
|
|
|
OpenEdge.DataAdmin.DataSource.PartitionDataSource GetTableJoinSource (character, character, character)
|
|
|
|
OpenEdge.DataAdmin.DataSource.TablePartitionDataSource GetTableSource ()
|
|
|
|
OpenEdge.DataAdmin.Message.ISaveRequest SaveData (ISaveRequest)
|
|