Definition at line 64 of file FunctionBuildTests.cs.
 
  
  | 
        
          | override void Deveel.Data.Routines.FunctionBuildTests.Factory1.OnInit | ( |  | ) |  |  | inlineprotectedvirtual | 
 
Implements Deveel.Data.Routines.FunctionProvider.
Definition at line 69 of file FunctionBuildTests.cs.
   70                 Register(config => config.Named(
"user2")
 
   72                     .WhenExecute(context => context.Result(
DataObject.
String(context.Request.User().Name))));
 
Provides some helper functions for resolving and creating SqlType instances that are primitive to the...
static DataObject String(string s)
Represents a dynamic object that encapsulates a defined SqlType and a compatible constant ISqlObject ...
void Register(FunctionInfo functionInfo, Func< InvokeContext, InvokeResult > body, Func< InvokeContext, SqlType > returnType)
static StringType String()
 
 
 
  
  | 
        
          | override string Deveel.Data.Routines.FunctionBuildTests.Factory1.SchemaName |  | get | 
 
 
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb-nunit/Deveel.Data.Routines/FunctionBuildTests.cs