| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableDatabaseMeta
Immutable implementation of
DatabaseMeta. |
| Modifier and Type | Method and Description |
|---|---|
DatabaseMeta |
DatabaseMetaBuilder.buildMeta(String schema) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDatabaseMeta |
ImmutableDatabaseMeta.copyOf(DatabaseMeta instance)
Creates an immutable copy of a
DatabaseMeta value. |
void |
DatabaseMetaCommentExportHelper.exportCommentsToFile(DatabaseMeta databaseMeta,
File file) |
ImmutableDatabaseMeta.Builder |
ImmutableDatabaseMeta.Builder.from(DatabaseMeta instance)
Fill a builder with attribute values from the provided
DatabaseMeta instance. |
Copyright © 2019–2021 Nuiton. All rights reserved.