public final class JavaSerializedCatalog extends schemacrawler.schemacrawler.BaseCatalogDecorator implements SerializableCatalog
| Constructor and Description |
|---|
JavaSerializedCatalog(schemacrawler.schema.Catalog catalog) |
JavaSerializedCatalog(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
<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, 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, toUniqueLookupKeyequals, 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, toUniqueLookupKeygetAttribute, getAttribute, getAttributes, hasAttribute, removeAttribute, setAttributegetRemarks, hasRemarkspublic JavaSerializedCatalog(schemacrawler.schema.Catalog catalog)
public JavaSerializedCatalog(java.io.InputStream in)
throws schemacrawler.schemacrawler.SchemaCrawlerException
public 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 © 2000-2019 Sualeh Fatehi. All rights reserved.