|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
OpenEdge.Web.DataObject.SchemaOption GetChildSchema (character) |
/** Returns a named child schema
@param character The schema name
@param SchemaOption A valid schema object it exists; null/unknown otherwise */ |
|||||
|
|
CHARACTER GetChildSchemas () |
/** Returns an array of all the child schema names
@return character[] An array of child schema names; if no child schema exists, an
intdeterminate array returns. */ |
|||||
|
|
LOGICAL HasChildSchema () |
/** Returns TRUE if there is at least one child schema option
@param logical TRUE if there is at least one child schema option, FALSE otherwise */ |
|||||
|
|
LOGICAL HasChildSchema (character) |
/** Returns TRUE if there is a child schema option
@param character The child schema name
@param logical TRUE if the named schema exists, FALSE otherwise */ |
|||||
|
|
PutChildSchema (SchemaOption) |
/** Adds or replaces a child schema option
@param SchemaOption The child schema */ |
|||||
|
|
RemoveChildSchema (character) |
/** Removes a child schema option
@param SchemaOption The child schema */ |
|||||
|
|
CHARACTER ToString () |
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
SchemaOption () |
/** Default constructor. Private since we require a SchemaName */ |
|||||
|
|
SchemaOption (character) |
/* Constructor.
@param character The schema name */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
LOGICAL Hidden |
|
|||||
|
|
CHARACTER SchemaName |
|
|||||
|
|
CHARACTER SerializeName |
|
|
Top
PUBLIC OpenEdge.Web.DataObject.SchemaOption GetChildSchema (character)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER GetChildSchemas ()
|
||||||||||||||||||
PUBLIC LOGICAL HasChildSchema ()
|
||||||||||||||||||
PUBLIC LOGICAL HasChildSchema (character)
|
||||||||||||||||||
PUBLIC PutChildSchema (SchemaOption)
|
||||||||||||||||||
PUBLIC RemoveChildSchema (character)
|
||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
||||||||||||||||||
PRIVATE SchemaOption ()
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC SchemaOption (character)
|
|||||||||||||
PUBLIC LOGICAL Hidden
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER SchemaName
|
|||||||||
PUBLIC CHARACTER SerializeName
|
|||||||||
Progress® OpenEdge® Release 12.2.0