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