C# Class Deveel.Data.Routines.FunctionInfo

The function signature information that are used to resolve a function within a context.
Inheritance: RoutineInfo
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Private Properties

Property Type Description
AssertUnboundAtEnd void
MatchesInvoke bool

Public Methods

Method Description
FunctionInfo ( ObjectName routineName, RoutineParameter parameters, SqlType returnType, Deveel.Data.Sql.FunctionType functionType ) : System
FunctionInfo ( ObjectName routineName, SqlType returnType, Deveel.Data.Sql.FunctionType functionType ) : System

Private Methods

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

Method Details

FunctionInfo() public method

public FunctionInfo ( ObjectName routineName, RoutineParameter parameters, SqlType returnType, Deveel.Data.Sql.FunctionType functionType ) : System
routineName ObjectName
parameters RoutineParameter
returnType SqlType
functionType Deveel.Data.Sql.FunctionType
return System

FunctionInfo() public method

public FunctionInfo ( ObjectName routineName, SqlType returnType, Deveel.Data.Sql.FunctionType functionType ) : System
routineName ObjectName
returnType SqlType
functionType Deveel.Data.Sql.FunctionType
return System