Uses of Enum Class
org.pgcodekeeper.core.schema.ArgMode
Packages that use ArgMode
Package
Description
-
Uses of ArgMode in org.pgcodekeeper.core.parsers.antlr.base.statement
Methods in org.pgcodekeeper.core.parsers.antlr.base.statement that return ArgModeModifier and TypeMethodDescriptionstatic ArgModeParserAbstract.parseArgMode(org.antlr.v4.runtime.ParserRuleContext mode) Parses an argument mode from a parse tree context. -
Uses of ArgMode in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return ArgModeModifier and TypeMethodDescriptionArgument.getMode()static ArgModeConverts a string representation to an ArgMode enum value.static ArgModeReturns the enum constant of this class with the specified name.static ArgMode[]ArgMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.pgcodekeeper.core.schema with parameters of type ArgMode -
Uses of ArgMode in org.pgcodekeeper.core.schema.pg
Constructors in org.pgcodekeeper.core.schema.pg with parameters of type ArgModeModifierConstructorDescriptionPgArgument(ArgMode mode, String name, String dataType) Creates a new PostgreSQL function argument.