|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL CanFind (character) |
|
||
LOGICAL CanFind (character, integer) |
|
||
LOGICAL CanFind (integer) |
|
||
LOGICAL CanFindFirstOfArea (character) |
|
||
CopyTable (IDataAdminModel) |
|
||
CopyTable (table) |
|
||
OpenEdge.DataAdmin.IDataAdminCollection CreateCollection (IDataAdminContext) |
|
||
OpenEdge.DataAdmin.IDataAdminElement CreateEntity (IRequestInfo) |
|
||
OpenEdge.DataAdmin.Binding.Query.FilteredContext CreateFilteredContext (IRow, IRequestInfo) |
|
||
CreateRow (character, IExtent, integer) |
|
||
CreateRow (IDataAdminElement) |
|
||
CreateRow (IExtent) |
|
||
DataRefreshed (IFetchResponse) |
|
||
LOGICAL Find (character) |
|
||
LOGICAL Find (character, integer) |
|
||
LOGICAL Find (integer) |
|
||
CHARACTER FindExpression (integer) |
|
||
CHARACTER GetCreateError (IExtent) |
|
||
CHARACTER GetJoinFields (character) |
|
||
HANDLE InitDataset () |
/* temporary until all sub classes are using createDataset */
|
||
InitRow () |
/* override - unsupported in super */
|
||
InitRow (character) |
|
||
InitRow (integer) |
|
||
RefreshTable (table) |
/* copy-temp-table replace does not work (unique index on non primary ?)
so do it record by record */
|
||
UpdateAreaName (character, character) |
|
||
ValidateBuffer (handle) |
|
||
ValidateProperty (character, character, character) |
/** override to validate path and size */
|
||
ValidateSize (integer, character) |
/** checked in data access, seems safer in case this is moved to a client
method private void ValidatePath(piKey as int,pnewvalue as char).
if pnewvalue <> "" then
do:
file-info:file-name = pnewvalue.
if substring(file-info:file-type,1,1) <> "D" then
undo, throw new InvalidPropertyValueError(Name,string(pikey),"Path",pnewvalue).
end.
if pNewValue = "" then
undo, throw new ValidationError("Extent",string(pikey),"Path","cannot be blank. Specify a valid directory name or use period to specify the current directory").
end method.
*/
|
Options | Name | Purpose | |
---|---|---|---|
ExtentContext () |
|
||
ExtentContext (IAreaScope) |
|
Options | Name | Purpose | |
---|---|---|---|
INTEGER Count |
|
||
CHARACTER KeyFields |
|
||
HANDLE TableHandle |
|
LOGICAL CanFind (character)
|
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL CanFind (character, integer)
|
||||||||||||||||||||||||||||||||||||
LOGICAL CanFind (integer)
|
||||||||||||||||||||||||||||||||||||
LOGICAL CanFindFirstOfArea (character)
|
||||||||||||||||||||||||||||||||||||
CopyTable (IDataAdminModel)
|
||||||||||||||||||||||||||||||||||||
CopyTable (table)
|
||||||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminCollection CreateCollection (IDataAdminContext)
|
||||||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminElement CreateEntity (IRequestInfo)
|
||||||||||||||||||||||||||||||||||||
OpenEdge.DataAdmin.Binding.Query.FilteredContext CreateFilteredContext (IRow, IRequestInfo)
|
||||||||||||||||||||||||||||||||||||
CreateRow (character, IExtent, integer)
|
||||||||||||||||||||||||||||||||||||
CreateRow (IDataAdminElement)
|
||||||||||||||||||||||||||||||||||||
CreateRow (IExtent)
|
||||||||||||||||||||||||||||||||||||
DataRefreshed (IFetchResponse)
|
||||||||||||||||||||||||||||||||||||
LOGICAL Find (character)
|
||||||||||||||||||||||||||||||||||||
LOGICAL Find (character, integer)
|
||||||||||||||||||||||||||||||||||||
LOGICAL Find (integer)
|
||||||||||||||||||||||||||||||||||||
CHARACTER FindExpression (integer)
|
||||||||||||||||||||||||||||||||||||
CHARACTER GetCreateError (IExtent)
|
||||||||||||||||||||||||||||||||||||
CHARACTER GetJoinFields (character)
|
||||||||||||||||||||||||||||||||||||
HANDLE InitDataset ()
|
||||||||||||||||||||||||||||||||||||
InitRow ()
|
||||||||||||||||||||||||||||||||||||
InitRow (character)
|
||||||||||||||||||||||||||||||||||||
InitRow (integer)
|
||||||||||||||||||||||||||||||||||||
RefreshTable (table)
|
||||||||||||||||||||||||||||||||||||
UpdateAreaName (character, character)
|
||||||||||||||||||||||||||||||||||||
ValidateBuffer (handle)
|
||||||||||||||||||||||||||||||||||||
ValidateProperty (character, character, character)
|
||||||||||||||||||||||||||||||||||||
ValidateSize (integer, character)
|
ExtentContext () |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|
ExtentContext (IAreaScope)
|
INTEGER Count
|
||||||||
---|---|---|---|---|---|---|---|---|
CHARACTER KeyFields
|
||||||||
HANDLE TableHandle
|