Uses of Class
org.nuiton.db.meta.ImmutableTableMeta
-
Uses of ImmutableTableMeta in org.nuiton.db.meta
Methods in org.nuiton.db.meta that return ImmutableTableMetaModifier and TypeMethodDescriptionImmutableTableMeta.Builder.build()Builds a newImmutableTableMeta.static ImmutableTableMetaCreates an immutable copy of aTableMetavalue.final ImmutableTableMetaImmutableTableMeta.withColumns(Iterable<? extends ColumnMeta> elements) Copy the current immutable object with elements that replace the content ofcolumns.final ImmutableTableMetaImmutableTableMeta.withColumns(ColumnMeta... elements) Copy the current immutable object with elements that replace the content ofcolumns.final ImmutableTableMetaImmutableTableMeta.withComment(String value) Copy the current immutable object by setting a present value for the optionalcommentattribute.final ImmutableTableMetaImmutableTableMeta.withComment(Optional<String> optional) Copy the current immutable object by setting an optional value for thecommentattribute.final ImmutableTableMetaImmutableTableMeta.withCount(long value) Copy the current immutable object by setting a present value for the optionalcountattribute.final ImmutableTableMetaCopy the current immutable object by setting an optional value for thecountattribute.final ImmutableTableMetaImmutableTableMeta.withIsView(boolean value) Copy the current immutable object by setting a value for theisViewattribute.final ImmutableTableMetaCopy the current immutable object by setting a value for thenameattribute.