Uses of Class
org.pgcodekeeper.core.schema.Argument
Packages that use Argument
Package
Description
-
Uses of Argument in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return types with arguments of type ArgumentModifier and TypeMethodDescriptionAbstractFunction.getArguments()Getter forAbstractFunction.arguments.IFunction.getArguments()Gets the list of function arguments.Methods in org.pgcodekeeper.core.schema with parameters of type ArgumentModifier and TypeMethodDescriptionvoidAbstractFunction.addArgument(Argument argument) Adds an argument to this function. -
Uses of Argument in org.pgcodekeeper.core.schema.ch
Methods in org.pgcodekeeper.core.schema.ch that return types with arguments of type ArgumentMethods in org.pgcodekeeper.core.schema.ch with parameters of type ArgumentModifier and TypeMethodDescriptionvoidChFunction.addArgument(Argument argument) Adds an argument to this function. -
Uses of Argument in org.pgcodekeeper.core.schema.meta
Methods in org.pgcodekeeper.core.schema.meta that return types with arguments of type ArgumentMethods in org.pgcodekeeper.core.schema.meta with parameters of type ArgumentModifier and TypeMethodDescriptionvoidMetaFunction.addArgument(Argument arg) Adds an argument to this function.voidMetaFunction.addOrderBy(Argument type) Adds an ORDER BY argument for aggregate functions. -
Uses of Argument in org.pgcodekeeper.core.schema.ms
Methods in org.pgcodekeeper.core.schema.ms with parameters of type ArgumentModifier and TypeMethodDescriptionMsClrFunction.getDeclaration(Argument arg) MsClrProcedure.getDeclaration(Argument arg) -
Uses of Argument in org.pgcodekeeper.core.schema.pg
Subclasses of Argument in org.pgcodekeeper.core.schema.pgModifier and TypeClassDescriptionclassPostgreSQL-specific function argument implementation.