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

상속: Function, ISystemFunction
파일 보기 프로젝트 열기: deveel/deveeldb

보호된 메소드들

메소드 설명
SystemFunction ( SystemFunctionInfo functionInfo ) : System
SystemFunction ( string name, RoutineParameter parameters, FunctionType functionType ) : System
SystemFunction ( string name, RoutineParameter parameters, SqlType returnType, FunctionType functionType ) : System

메소드 상세

SystemFunction() 보호된 메소드

protected SystemFunction ( SystemFunctionInfo functionInfo ) : System
functionInfo SystemFunctionInfo
리턴 System

SystemFunction() 보호된 메소드

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

SystemFunction() 보호된 메소드

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