Class PgAbstractFunction.PgArgument

java.lang.Object
org.pgcodekeeper.core.database.base.schema.Argument
org.pgcodekeeper.core.database.pg.schema.PgAbstractFunction.PgArgument
All Implemented Interfaces:
Serializable, IArgument, IHashable
Enclosing class:
PgAbstractFunction

public class PgAbstractFunction.PgArgument extends Argument
PostgreSQL-specific function argument implementation. Extends the base Argument class with PostgreSQL-specific behavior.
See Also:
  • Constructor Details

    • PgArgument

      public PgArgument(ArgMode mode, String name, String dataType)
      Creates a new PostgreSQL function argument.
      Parameters:
      mode - argument mode (IN, OUT, INOUT, VARIADIC)
      name - argument name
      dataType - argument data type
  • Method Details