Package com.illumon.iris.db.tables.utils
Class MetadataExporter
java.lang.Object
com.illumon.iris.db.tables.utils.MetadataExporter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
writeColumnMetadataCsv
(Database db, MetadataExporter.NamespaceType namespaceType, File outputFile)
-
Constructor Details
-
MetadataExporter
public MetadataExporter()
-
-
Method Details
-
writeColumnMetadataCsv
public static void writeColumnMetadataCsv(@NotNull Database db, @NotNull MetadataExporter.NamespaceType namespaceType, @NotNull File outputFile) throws FileNotFoundException - Throws:
FileNotFoundException
-
main
- Throws:
IOException
-