public interface ILogicalSchema extends IModelObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the Logical Schema's Name.
|
IPhysicalSchema |
getPhysicalSchema(IContext pContext)
Obtains the
IPhysicalSchema associated for a given context. |
ITechnology |
getTechnology()
Gets the technology associated with this logical schema.
|
getBigNumericId, getGlobalId, getNumericIdjava.lang.String getName()
getName in interface IModelObject#setName(String)ITechnology getTechnology()
IPhysicalSchema getPhysicalSchema(IContext pContext)
IPhysicalSchema associated for a given context. Will be null
if there is no OdiPhysicalSchema associated to the given IContext.pContext - the context in which this logical schema is mappedIPhysicalSchema object mapped to this ILogicalSchema in given context.
Will be null if none is mapped.