public interface SchemaSerializer extends MetaDataSerializer
APPEND, COMPACT, PRETTY, VERBOSE
Modifier and Type | Method and Description |
---|---|
void |
addAll(Schema schema)
Add the given schema's objects to the set of objects that will be
serialized.
|
void |
addAll(SchemaGroup group)
Add all the objects in the given group to the set of objects that
will be serialized.
|
void |
addTable(Table table)
Add the given table to the set of tables that will be serialized.
|
void |
clear()
Clear the set of objects to be serialized.
|
Table[] |
getTables()
Return the set of tables that will be serialized.
|
boolean |
removeAll(Schema schema)
Remove the given schema's objects from the set to be serialized.
|
boolean |
removeAll(SchemaGroup group)
Remove all schemas in the given group from the set to be serialized.
|
boolean |
removeTable(Table table)
Remove the given table from the set to be serialized.
|
serialize, serialize, serialize, serialize
Table[] getTables()
void addTable(Table table)
boolean removeTable(Table table)
void addAll(Schema schema)
void addAll(SchemaGroup group)
boolean removeAll(Schema schema)
boolean removeAll(SchemaGroup group)
void clear()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.