Uses of Interface
org.nuiton.db.meta.TableMeta
-
Uses of TableMeta in org.nuiton.db.meta
Classes in org.nuiton.db.meta that implement TableMetaMethods in org.nuiton.db.meta that return types with arguments of type TableMetaModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<TableMeta> DatabaseMeta.getTables()com.google.common.collect.ImmutableList<TableMeta> ImmutableDatabaseMeta.getTables()com.google.common.collect.ImmutableList<TableMeta> DatabaseMeta.getViews()com.google.common.collect.ImmutableList<TableMeta> ImmutableDatabaseMeta.getViews()protected com.google.common.collect.ImmutableList<TableMeta> DatabaseMetaBuilder.readTableMetas(String schema, com.google.common.collect.ImmutableList<CustomTypeMeta> customTypes) protected com.google.common.collect.ImmutableList<TableMeta> DatabaseMetaBuilder.readTableMetas(String type, String schema, Map<ColumnRef, String> comments, Set<ColumnRef> primaryKeys, Set<ColumnRef> uniqueColumns, com.google.common.collect.Multimap<ColumnRef, ColumnRef> foreignKeys, com.google.common.collect.ImmutableList<CustomTypeMeta> customTypes) protected com.google.common.collect.ImmutableList<TableMeta> DatabaseMetaBuilder.readViewMetas(String schema, com.google.common.collect.ImmutableList<CustomTypeMeta> customTypes) Methods in org.nuiton.db.meta with parameters of type TableMetaModifier and TypeMethodDescriptionAdds one element totableslist.Adds elements totableslist.Adds one element toviewslist.Adds elements toviewslist.static ImmutableTableMetaCreates an immutable copy of aTableMetavalue.Fill a builder with attribute values from the providedTableMetainstance.final ImmutableDatabaseMetaImmutableDatabaseMeta.withTables(TableMeta... elements) Copy the current immutable object with elements that replace the content oftables.final ImmutableDatabaseMetaCopy the current immutable object with elements that replace the content ofviews.Method parameters in org.nuiton.db.meta with type arguments of type TableMetaModifier and TypeMethodDescriptionImmutableDatabaseMeta.Builder.addAllTables(Iterable<? extends TableMeta> elements) Adds elements totableslist.ImmutableDatabaseMeta.Builder.addAllViews(Iterable<? extends TableMeta> elements) Adds elements toviewslist.Sets or replaces all elements fortableslist.Sets or replaces all elements forviewslist.final ImmutableDatabaseMetaImmutableDatabaseMeta.withTables(Iterable<? extends TableMeta> elements) Copy the current immutable object with elements that replace the content oftables.final ImmutableDatabaseMetaCopy the current immutable object with elements that replace the content ofviews.