|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
ImportTree (character, character) |
/** ImportTree overload to allow load of Options and Partitions
from JSON into a Schema with unloaded schema changes.
@param filename json filename
@param collections - Comma separated list of collections to load.
Currently expected to consist of 'options' and/or 'partitions'. */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
OpenEdge.DataAdmin.Binding.IDataDefinitionOptions LoadOptions |
/** Load options for new schema changes */ |
|||||
|
CHARACTER Name |
|
|||||
|
OpenEdge.DataAdmin.IPartitionCollection Partitions |
/** Partitions are accessible in a schema instance with newly loaded definition changes.
The property will throw an UnsupportedOperationError if referenced in a new
unloaded schema or in a regular instance retrieved through the service:GetSchema().
For a regular Schema Partitions are available in the each table (ITable) in the Schema's
Tables collections and in the indexes (IIndex) and fields (IField) in the table's
Indexes and LOBFields collections. */ |
|||||
|
CHARACTER SchemaState |
/** SchemaState is "NEW" for unloaded schema,
"LOADED" for loaded schema
"IMPORTED" after import of partitions
"NORMAL" n a regular instance retrieved through the service:GetSchema() */ |
|||||
|
OpenEdge.DataAdmin.ISequenceSet Sequences |
/** Sequences in the schema. Not accessible in an unloaded schema.*/ |
|||||
|
OpenEdge.DataAdmin.ITableSet Tables |
/** Tables in the schema. Not accessible in an unloaded schema.*/ |
Top
ImportTree (character, character)
|
---|
OpenEdge.DataAdmin.Binding.IDataDefinitionOptions LoadOptions
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER Name
|
|||||||||||||||||
OpenEdge.DataAdmin.IPartitionCollection Partitions
|
|||||||||||||||||
CHARACTER SchemaState
|
|||||||||||||||||
OpenEdge.DataAdmin.ISequenceSet Sequences
|
|||||||||||||||||
OpenEdge.DataAdmin.ITableSet Tables
|
Progress® OpenEdge® Release 11.7