Uses of Class
org.pgcodekeeper.core.schema.ms.MsAssembly
Packages that use MsAssembly
-
Uses of MsAssembly in org.pgcodekeeper.core.schema.ms
Methods in org.pgcodekeeper.core.schema.ms that return MsAssemblyModifier and TypeMethodDescriptionMsDatabase.getAssembly(String name) Returns assembly of given name or null if the assembly has not been found.MsAssembly.shallowCopy()Methods in org.pgcodekeeper.core.schema.ms that return types with arguments of type MsAssemblyModifier and TypeMethodDescriptionMsDatabase.getAssemblies()Gets all assemblies in this database.Methods in org.pgcodekeeper.core.schema.ms with parameters of type MsAssemblyModifier and TypeMethodDescriptionvoidMsDatabase.addAssembly(MsAssembly assembly) Adds an assembly to this database.