public interface Catalog extends NamedObject, AttributedObject, DescribedObject
| Modifier and Type | Method and Description |
|---|---|
Collection<ColumnDataType> |
getColumnDataTypes()
Gets the column data types
|
Collection<ColumnDataType> |
getColumnDataTypes(Schema schema)
Gets the column data types defined in the schema, by name.
|
CrawlInfo |
getCrawlInfo() |
DatabaseInfo |
getDatabaseInfo() |
JdbcDriverInfo |
getJdbcDriverInfo() |
Collection<Routine> |
getRoutines()
Gets the routine.
|
Collection<Routine> |
getRoutines(Schema schema)
Gets the routine.
|
SchemaCrawlerInfo |
getSchemaCrawlerInfo() |
Collection<Schema> |
getSchemas()
Gets the schemas.
|
Collection<Sequence> |
getSequences()
Gets the sequences.
|
Collection<Sequence> |
getSequences(Schema schema)
Gets the sequences.
|
Collection<Synonym> |
getSynonyms()
Gets the synonyms.
|
Collection<Synonym> |
getSynonyms(Schema schema)
Gets the synonyms.
|
Collection<ColumnDataType> |
getSystemColumnDataTypes()
Gets the column data types defined by the RDBMS system.
|
Collection<Table> |
getTables()
Gets the tables.
|
Collection<Table> |
getTables(Schema schema)
Gets the tables.
|
com.annimon.stream.Optional<? extends ColumnDataType> |
lookupColumnDataType(Schema schema,
String name)
Gets the column data types defined in the schema, by name.
|
com.annimon.stream.Optional<? extends Routine> |
lookupRoutine(Schema schema,
String name)
Gets a routine by unqualified name.
|
com.annimon.stream.Optional<? extends Schema> |
lookupSchema(String name)
Gets a schema by name.
|
com.annimon.stream.Optional<? extends Sequence> |
lookupSequence(Schema schema,
String name)
Gets the sequence by unqualified name.
|
com.annimon.stream.Optional<? extends Synonym> |
lookupSynonym(Schema schema,
String name)
Gets the synonym by unqualified name.
|
com.annimon.stream.Optional<? extends ColumnDataType> |
lookupSystemColumnDataType(String name)
Gets the column data types defined by the RDBMS system, by name.
|
com.annimon.stream.Optional<? extends Table> |
lookupTable(Schema schema,
String name)
Gets a table by unqualified name.
|
getFullName, getLookupKey, getNamecompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarksCollection<ColumnDataType> getColumnDataTypes()
Collection<ColumnDataType> getColumnDataTypes(Schema schema)
CrawlInfo getCrawlInfo()
DatabaseInfo getDatabaseInfo()
JdbcDriverInfo getJdbcDriverInfo()
Collection<Routine> getRoutines()
Collection<Routine> getRoutines(Schema schema)
SchemaCrawlerInfo getSchemaCrawlerInfo()
Collection<Schema> getSchemas()
Collection<Sequence> getSequences()
Collection<Sequence> getSequences(Schema schema)
Collection<Synonym> getSynonyms()
Collection<Synonym> getSynonyms(Schema schema)
Collection<ColumnDataType> getSystemColumnDataTypes()
Collection<Table> getTables()
Collection<Table> getTables(Schema schema)
com.annimon.stream.Optional<? extends ColumnDataType> lookupColumnDataType(Schema schema, String name)
name - Namecom.annimon.stream.Optional<? extends Routine> lookupRoutine(Schema schema, String name)
name - Namecom.annimon.stream.Optional<? extends Schema> lookupSchema(String name)
name - Schema namecom.annimon.stream.Optional<? extends Sequence> lookupSequence(Schema schema, String name)
name - Namecom.annimon.stream.Optional<? extends Synonym> lookupSynonym(Schema schema, String name)
name - Namecom.annimon.stream.Optional<? extends ColumnDataType> lookupSystemColumnDataType(String name)
name - Column data type nameCopyright © 2000-2017 Sualeh Fatehi. All rights reserved.