|
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 |
|
OpenEdge.Web.DataObject.SchemaOption GetChildSchema (character)
|
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetChildSchemas ()
|
||||||||||||||||
LOGICAL HasChildSchema ()
|
||||||||||||||||
LOGICAL HasChildSchema (character)
|
||||||||||||||||
PutChildSchema (SchemaOption)
|
||||||||||||||||
RemoveChildSchema (character)
|
||||||||||||||||
CHARACTER ToString ()
|
SchemaOption ()
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
SchemaOption (character)
|
LOGICAL Hidden
|
||||||||
---|---|---|---|---|---|---|---|---|
CHARACTER SchemaName
|
||||||||
CHARACTER SerializeName
|