C# Class Deveel.Data.Routines.RoutineInfo

Defines the metadata for a routine that are used to resolve within a context.
Inheritance: IObjectInfo
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Private Properties

Property Type Description
MatchesInvoke bool

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
RoutineInfo ( ObjectName routineName ) : System

Constructs a routine info with the given name.

RoutineInfo ( ObjectName routineName, RoutineParameter parameters ) : System

Constructs the routine info with the given signature.

Private Methods

Method Description
MatchesInvoke ( Invoke invoke, IRequest request ) : bool

Method Details

RoutineInfo() protected method

Constructs a routine info with the given name.
protected RoutineInfo ( ObjectName routineName ) : System
routineName ObjectName The name uniquely identifying the routine.
return System

RoutineInfo() protected method

Constructs the routine info with the given signature.
protected RoutineInfo ( ObjectName routineName, RoutineParameter parameters ) : System
routineName ObjectName The name uniquely identifying the routine.
parameters RoutineParameter The list of parameter information of the routine.
return System

ToString() public method

public ToString ( ) : string
return string