C# Class Deveel.Data.Routines.SystemFunction

Inheritance: Function, ISystemFunction
Afficher le fichier Open project: deveel/deveeldb

Méthodes protégées

Méthode 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 méthode

protected SystemFunction ( SystemFunctionInfo functionInfo ) : System
functionInfo SystemFunctionInfo
Résultat System

SystemFunction() protected méthode

protected SystemFunction ( string name, RoutineParameter parameters, FunctionType functionType ) : System
name string
parameters RoutineParameter
functionType FunctionType
Résultat System

SystemFunction() protected méthode

protected SystemFunction ( string name, RoutineParameter parameters, SqlType returnType, FunctionType functionType ) : System
name string
parameters RoutineParameter
returnType SqlType
functionType FunctionType
Résultat System