|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchemaContainer
Schema "container" (i.e. Database or Catalog)
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.jpt.db.DatabaseObject |
|---|
DEFAULT_COMPARATOR, IDENTIFIER_TRANSFORMER, NAME_TRANSFORMER |
| Method Summary | |
|---|---|
Schema |
getDefaultSchema()
Return the container's "default" schema, as defined by the database vendor. |
java.lang.String |
getDefaultSchemaIdentifier()
Return the container's "default" schema identifier. |
Schema |
getSchemaForIdentifier(java.lang.String identifier)
Return the schema for the specified identifier. |
Schema |
getSchemaNamed(java.lang.String name)
Return the schema with specified name. |
java.lang.Iterable<Schema> |
getSchemata()
Return the container's schemata. |
int |
getSchemataSize()
Return the number of schemata in the container. |
java.lang.Iterable<java.lang.String> |
getSortedSchemaIdentifiers()
Return the container's schema identifiers, sorted by name. |
java.lang.Iterable<java.lang.String> |
getSortedSchemaNames()
Return the container's schema names, sorted. |
| Methods inherited from interface org.eclipse.jpt.db.DatabaseObject |
|---|
getConnectionProfile, getDatabase, getIdentifier, getIdentifier, getName |
| Method Detail |
|---|
java.lang.Iterable<Schema> getSchemata()
int getSchemataSize()
java.lang.Iterable<java.lang.String> getSortedSchemaNames()
getSchemaNamed(String),
getSortedSchemaIdentifiers()Schema getSchemaNamed(java.lang.String name)
getSortedSchemaNames(),
getSchemaForIdentifier(String)java.lang.Iterable<java.lang.String> getSortedSchemaIdentifiers()
getSchemaForIdentifier(String),
getSortedSchemaNames()Schema getSchemaForIdentifier(java.lang.String identifier)
getSortedSchemaIdentifiers(),
getSchemaNamed(String)Schema getDefaultSchema()
getDefaultSchemaIdentifier()java.lang.String getDefaultSchemaIdentifier()
getDefaultSchema()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||