C# Class Deveel.Data.Routines.SystemFunction

Inheritance: Function, ISystemFunction
Mostrar archivo Open project: deveel/deveeldb

Protected Methods

Method Description
SystemFunction ( SystemFunctionInfo functionInfo ) : System
SystemFunction ( string name, RoutineParameter parameters, FunctionType functionType ) : System
SystemFunction ( string name, RoutineParameter parameters, SqlType returnType, FunctionType functionType ) : System

Method Details

SystemFunction() protected method

protected SystemFunction ( SystemFunctionInfo functionInfo ) : System
functionInfo SystemFunctionInfo
return System

SystemFunction() protected method

protected SystemFunction ( string name, RoutineParameter parameters, FunctionType functionType ) : System
name string
parameters RoutineParameter
functionType FunctionType
return System

SystemFunction() protected method

protected SystemFunction ( string name, RoutineParameter parameters, SqlType returnType, FunctionType functionType ) : System
name string
parameters RoutineParameter
returnType SqlType
functionType FunctionType
return System