|
Dali Provisional API Release 3.2 |
||||||||||
| 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.db.DatabaseObject |
|---|
DatabaseObject.DefaultComparator, DatabaseObject.IdentifierTransformer, DatabaseObject.NameTransformer |
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.jpt.jpa.db.DatabaseObject |
|---|
DEFAULT_COMPARATOR, IDENTIFIER_TRANSFORMER, NAME_TRANSFORMER |
| Method Summary | |
|---|---|
Schema |
getDefaultSchema()
Return the container's default schema, as defined by the database vendor. |
String |
getDefaultSchemaIdentifier()
Return the container's default schema identifier. |
Schema |
getSchemaForIdentifier(String identifier)
Return the schema for the specified identifier. |
Schema |
getSchemaNamed(String name)
Return the schema with the specified name. |
Iterable<Schema> |
getSchemata()
Return the container's schemata. |
int |
getSchemataSize()
Return the number of schemata in the container. |
Iterable<String> |
getSortedSchemaIdentifiers()
Return the container's schema identifiers, sorted by name. |
Iterable<String> |
getSortedSchemaNames()
Return the container's schema names, sorted. |
| Methods inherited from interface org.eclipse.jpt.jpa.db.DatabaseObject |
|---|
getConnectionProfile, getDatabase, getIdentifier, getIdentifier, getName, refresh |
| Method Detail |
|---|
Iterable<Schema> getSchemata()
int getSchemataSize()
Iterable<String> getSortedSchemaNames()
getSchemaNamed(String),
getSortedSchemaIdentifiers()Schema getSchemaNamed(String name)
getSortedSchemaNames(),
getSchemaForIdentifier(String)Iterable<String> getSortedSchemaIdentifiers()
getSchemaForIdentifier(String),
getSortedSchemaNames()Schema getSchemaForIdentifier(String identifier)
getSortedSchemaIdentifiers(),
getSchemaNamed(String)Schema getDefaultSchema()
null if the default schema does not exist (e.g. the
container has no schema whose name matches the user name).
getDefaultSchemaIdentifier()String getDefaultSchemaIdentifier()
getDefaultSchema()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||