3 namespace Deveel.Data.Routines {
9 public Block Body {
get; set; }
11 public override ExecuteResult
Execute(ExecuteContext context) {
13 throw new InvalidOperationException();
15 throw new NotImplementedException();
override ExecuteResult Execute(ExecuteContext context)
A system routine that returns a value at the end of its execution.
PlSqlFunction(FunctionInfo functionInfo)
The function signature information that are used to resolve a function within a context.