Uses of Class
org.pgcodekeeper.core.database.ms.schema.MsAbstractCommonFunction
Packages that use MsAbstractCommonFunction
Package
Description
-
Uses of MsAbstractCommonFunction in org.pgcodekeeper.core.database.ms.parser.statement
Methods in org.pgcodekeeper.core.database.ms.parser.statement that return MsAbstractCommonFunctionModifier and TypeMethodDescriptionCreates and configures the function object from the parse context.Creates and configures the procedure object from the parse context. -
Uses of MsAbstractCommonFunction in org.pgcodekeeper.core.database.ms.schema
Subclasses of MsAbstractCommonFunction in org.pgcodekeeper.core.database.ms.schemaModifier and TypeClassDescriptionclassAbstract base class for Microsoft SQL CLR (Common Language Runtime) functions.classAbstract base class for Microsoft SQL functions.classRepresents a Microsoft SQL CLR function.classRepresents a Microsoft SQL CLR stored procedure.classRepresents a Microsoft SQL user-defined function.classRepresents a Microsoft SQL stored procedure.Methods in org.pgcodekeeper.core.database.ms.schema that return MsAbstractCommonFunctionModifier and TypeMethodDescriptionMsSchema.getFunction(String signature) Finds function according to specified functionsignature.Methods in org.pgcodekeeper.core.database.ms.schema with parameters of type MsAbstractCommonFunctionModifier and TypeMethodDescriptionvoidMsSchema.addFunction(MsAbstractCommonFunction function) Adds a function to this schema.