package procedures
Type Members
- trait BoundProcedure extends Procedure
A procedure that is bound to input types.
A procedure that is bound to input types.
- Annotations
- @Evolving()
- Since
4.0.0
- trait Procedure extends AnyRef
A base interface for all procedures.
A base interface for all procedures.
- Annotations
- @Evolving()
- Since
4.0.0
- trait ProcedureParameter extends AnyRef
A
procedureparameter.A
procedureparameter.- Annotations
- @Evolving()
- Since
4.0.0
- trait UnboundProcedure extends Procedure
A procedure that is not bound to input types.
A procedure that is not bound to input types.
- Annotations
- @Evolving()
- Since
4.0.0