Package org.jooq.meta

Interface ParameterDefinition

All Superinterfaces:
ContainerElementDefinition<RoutineDefinition>, Definition, PositionedDefinition, TypedElementDefinition<RoutineDefinition>
All Known Implementing Classes:
DefaultParameterDefinition

public interface ParameterDefinition extends TypedElementDefinition<RoutineDefinition>, PositionedDefinition
An interface defining a parameter of a stored procedure or stored function.
Author:
Lukas Eder
  • Method Details

    • isDefaulted

      boolean isDefaulted()
      Whether the parameter has a default value.

      See Also:
    • isUnnamed

      boolean isUnnamed()
      Whether the parameter has a name.

      See Also:
    • isSynthetic

      boolean isSynthetic()
      Whether the parameter is synthetic.
      Specified by:
      isSynthetic in interface Definition