Method | Description | |
---|---|---|
AppContext ( string appName ) : System |
|
|
GetSession ( long uuid ) : ICedarSession |
Create new session for database operation
|
|
SetupSchema ( |
this method will set up schema for new user, will return unique id to application
|
|
UpdateShard ( long uuid ) : void |
Update the total count for a shard
|
public AppContext ( string appName ) : System | ||
appName | string | |
return | System |
public GetSession ( long uuid ) : ICedarSession | ||
uuid | long | |
return | ICedarSession |
public SetupSchema ( |
||
dto | ||
return | long |