public final class XmlSerializedCatalog extends schemacrawler.schemacrawler.BaseCatalogDecorator implements SerializableCatalog
| Constructor and Description |
|---|
XmlSerializedCatalog(schemacrawler.schema.Catalog catalog) |
XmlSerializedCatalog(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAttribute(java.lang.String name) |
<T> java.util.Optional<T> |
lookupAttribute(java.lang.String name) |
void |
save(java.io.OutputStream out)
Serializes the database to the writer, as XML.
|
compareTo, getAttribute, getAttributes, getColumnDataTypes, getColumnDataTypes, getCrawlInfo, getDatabaseInfo, getFullName, getJdbcDriverInfo, getJvmSystemInfo, getName, getOperatingSystemInfo, getRemarks, getRoutines, getRoutines, getSchemaCrawlerInfo, getSchemas, getSequences, getSequences, getSynonyms, getSynonyms, getSystemColumnDataTypes, getTables, getTables, hasAttribute, hasRemarks, lookupColumnDataType, lookupRoutine, lookupSchema, lookupSequence, lookupSynonym, lookupSystemColumnDataType, lookupTable, reduce, removeAttribute, setAttribute, toUniqueLookupKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnDataTypes, getColumnDataTypes, getCrawlInfo, getDatabaseInfo, getJdbcDriverInfo, getJvmSystemInfo, getOperatingSystemInfo, getRoutines, getRoutines, getSchemaCrawlerInfo, getSchemas, getSequences, getSequences, getSynonyms, getSynonyms, getSystemColumnDataTypes, getTables, getTables, lookupColumnDataType, lookupRoutine, lookupSchema, lookupSequence, lookupSynonym, lookupSystemColumnDataType, lookupTablegetFullName, getName, toUniqueLookupKeypublic XmlSerializedCatalog(schemacrawler.schema.Catalog catalog)
public XmlSerializedCatalog(java.io.InputStream in)
throws schemacrawler.schemacrawler.SchemaCrawlerException
schemacrawler.schemacrawler.SchemaCrawlerExceptionpublic final <T> T getAttribute(java.lang.String name)
getAttribute in interface schemacrawler.schema.AttributedObjectpublic final <T> java.util.Optional<T> lookupAttribute(java.lang.String name)
lookupAttribute in interface schemacrawler.schema.AttributedObjectpublic void save(java.io.OutputStream out)
throws schemacrawler.schemacrawler.SchemaCrawlerException
save in interface SerializableCatalogout - Writer to save toschemacrawler.schemacrawler.SchemaCrawlerException - On an exceptionCopyright © 2003–2018 Sualeh Fatehi. All rights reserved.