routineType property

String? routineType
getter/setter pair

The type of the routine. Possible string values are:

  • "ROUTINE_TYPE_UNSPECIFIED" : Unspecified type.
  • "SCALAR_FUNCTION" : Non-builtin permanent scalar function.
  • "PROCEDURE" : Stored procedure.

Implementation

core.String? routineType;