Property | Type | Description | |
---|---|---|---|
Dialect | Dialect |
Property | Type | Description | |
---|---|---|---|
DbFactory | OrmLiteConnectionFactory |
Method | Description | |
---|---|---|
CreateMySqlDbFactory ( ) : OrmLiteConnectionFactory | ||
CreatePostgreSqlDbFactory ( ) : OrmLiteConnectionFactory | ||
CreateSqlServerDbFactory ( ) : OrmLiteConnectionFactory | ||
CreateSqliteMemoryDbFactory ( ) : OrmLiteConnectionFactory | ||
Log ( string text ) : void | ||
OpenDbConnection ( ) : IDbConnection | ||
OrmLiteTestBase ( ) : System | ||
OrmLiteTestBase ( Dialect dialect ) : System |
Method | Description | |
---|---|---|
CreateNewDatabase ( ) : void | ||
GetConnectionString ( ) : string | ||
GetFileConnectionString ( ) : string | ||
SuppressIfOracle ( string reason ) : void |
Method | Description | |
---|---|---|
Init ( ) : OrmLiteConnectionFactory | ||
Init ( string connStr, IOrmLiteDialectProvider dialectProvider ) : OrmLiteConnectionFactory | ||
TestFixtureSetUp ( ) : void | ||
TestFixtureTearDown ( ) : void |
public static CreateMySqlDbFactory ( ) : OrmLiteConnectionFactory | ||
return | OrmLiteConnectionFactory |
public static CreatePostgreSqlDbFactory ( ) : OrmLiteConnectionFactory | ||
return | OrmLiteConnectionFactory |
public static CreateSqlServerDbFactory ( ) : OrmLiteConnectionFactory | ||
return | OrmLiteConnectionFactory |
public static CreateSqliteMemoryDbFactory ( ) : OrmLiteConnectionFactory | ||
return | OrmLiteConnectionFactory |
protected GetFileConnectionString ( ) : string | ||
return | string |
public OrmLiteTestBase ( Dialect dialect ) : System | ||
dialect | Dialect | |
return | System |
protected SuppressIfOracle ( string reason ) : void | ||
reason | string | |
return | void |
protected OrmLiteConnectionFactory DbFactory | ||
return | OrmLiteConnectionFactory |