|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConnectionMetadata
Abstract interface to define a hierarchy of metadata.
Provider metadata is designed to provide information related to the given provider connection. For example, if a provider was implemented to retrieve data from a SQL database, a hierarchy of metadata could be constructed to represent a collection of tables and columns, views, stored procedures, etc.
| Method Summary | |
|---|---|
java.util.Collection<IConnectionMetadata> |
getMetadata()Returns child metadata about this metadata item. |
java.lang.String |
getName()The name or string representation of the metadata. |
| Method Detail |
|---|
java.lang.String getName()
java.util.Collection<IConnectionMetadata> getMetadata()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||