| Modifier and Type | Method and Description |
|---|---|
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.Builder.build()
Builds a new
ImmutableDatabaseMeta. |
static ImmutableDatabaseMeta |
ImmutableDatabaseMeta.copyOf(DatabaseMeta instance)
Creates an immutable copy of a
DatabaseMeta value. |
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.withCustomTypes(CustomTypeMeta... elements)
Copy the current immutable object with elements that replace the content of
customTypes. |
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.withCustomTypes(Iterable<? extends CustomTypeMeta> elements)
Copy the current immutable object with elements that replace the content of
customTypes. |
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.withProcedures(Iterable<? extends ProcedureMeta> elements)
Copy the current immutable object with elements that replace the content of
procedures. |
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.withProcedures(ProcedureMeta... elements)
Copy the current immutable object with elements that replace the content of
procedures. |
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.withSchema(String value)
Copy the current immutable object by setting a value for the
schema attribute. |
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.withTables(Iterable<? extends TableMeta> elements)
Copy the current immutable object with elements that replace the content of
tables. |
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.withTables(TableMeta... elements)
Copy the current immutable object with elements that replace the content of
tables. |
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.withViews(Iterable<? extends TableMeta> elements)
Copy the current immutable object with elements that replace the content of
views. |
ImmutableDatabaseMeta |
ImmutableDatabaseMeta.withViews(TableMeta... elements)
Copy the current immutable object with elements that replace the content of
views. |
Copyright © 2019–2021 Nuiton. All rights reserved.