C# 클래스 Deveel.Data.Routines.RoutineInfo

Defines the metadata for a routine that are used to resolve within a context.
상속: IObjectInfo
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MatchesInvoke bool

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
MatchesInvoke ( Invoke invoke, IRequest request ) : bool

메소드 상세

RoutineInfo() 보호된 메소드

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

RoutineInfo() 보호된 메소드

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.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string