![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
| void | ResolveSystemFunctionWithNoSchema () |
| void | ResolveSystemFunctionFullyQualified () |
| void | InvokeUserFunction () |
| void | InvokeIntegerToString () |
| void | InvokeDateToString () |
| void | InvokeTimeStampToString_NoFormat () |
Public Member Functions inherited from Deveel.Data.ContextBasedTest | |
| void | TestSetUp () |
| void | TestFixtureSetUp () |
| void | TestTearDown () |
| void | TestFixtureTearDown () |
Private Member Functions | |
| DataObject | InvokeFunction (string name) |
| DataObject | InvokeFunction (string name, DataObject arg) |
Additional Inherited Members | |
Protected Member Functions inherited from Deveel.Data.ContextBasedTest | |
| virtual void | RegisterServices (ServiceContainer container) |
| virtual ISystem | CreateSystem () |
| virtual IDatabase | CreateDatabase (ISystem system, IConfiguration configuration) |
| virtual ISession | CreateAdminSession (IDatabase database) |
| virtual IQuery | CreateQuery (ISession session) |
| ISession | CreateUserSession (string userName, string password) |
| virtual void | OnSetUp (string testName) |
| virtual void | OnTearDown () |
Protected Attributes inherited from Deveel.Data.ContextBasedTest | |
| const string | AdminUserName = "SA" |
| const string | AdminPassword = "1234567890" |
| const string | DatabaseName = "testdb" |
Properties inherited from Deveel.Data.ContextBasedTest | |
| virtual bool | SingleContext [get] |
| IQuery | Query [get, private set] |
| ISystem | System [get, private set] |
| IDatabase | Database [get, private set] |
| ISession | Session [get, private set] |
Definition at line 27 of file SystemFunctionTests.cs.
|
inline |
Definition at line 75 of file SystemFunctionTests.cs.
|
inlineprivate |
Definition at line 28 of file SystemFunctionTests.cs.
|
inlineprivate |
Definition at line 32 of file SystemFunctionTests.cs.
|
inline |
Definition at line 63 of file SystemFunctionTests.cs.
|
inline |
Definition at line 87 of file SystemFunctionTests.cs.
|
inline |
Definition at line 55 of file SystemFunctionTests.cs.
|
inline |
Definition at line 46 of file SystemFunctionTests.cs.
|
inline |
Definition at line 37 of file SystemFunctionTests.cs.
1.8.10