Свойство | Type | Description | |
---|---|---|---|
Dialect | Dialect |
Свойство | Type | Description | |
---|---|---|---|
DbFactory | OrmLiteConnectionFactory |
Méthode | Description | |
---|---|---|
CreateMySqlDbFactory ( ) : OrmLiteConnectionFactory | ||
CreatePostgreSqlDbFactory ( ) : OrmLiteConnectionFactory | ||
CreateSqlServerDbFactory ( ) : OrmLiteConnectionFactory | ||
CreateSqliteMemoryDbFactory ( ) : OrmLiteConnectionFactory | ||
Log ( string text ) : void | ||
OpenDbConnection ( ) : IDbConnection | ||
OrmLiteTestBase ( ) : System | ||
OrmLiteTestBase ( Dialect dialect ) : System |
Méthode | Description | |
---|---|---|
CreateNewDatabase ( ) : void | ||
GetConnectionString ( ) : string | ||
GetFileConnectionString ( ) : string | ||
SuppressIfOracle ( string reason ) : void |
Méthode | Description | |
---|---|---|
Init ( ) : OrmLiteConnectionFactory | ||
Init ( string connStr, IOrmLiteDialectProvider dialectProvider ) : OrmLiteConnectionFactory | ||
TestFixtureSetUp ( ) : void | ||
TestFixtureTearDown ( ) : void |
public static CreateMySqlDbFactory ( ) : OrmLiteConnectionFactory | ||
Résultat | OrmLiteConnectionFactory |
public static CreatePostgreSqlDbFactory ( ) : OrmLiteConnectionFactory | ||
Résultat | OrmLiteConnectionFactory |
public static CreateSqlServerDbFactory ( ) : OrmLiteConnectionFactory | ||
Résultat | OrmLiteConnectionFactory |
public static CreateSqliteMemoryDbFactory ( ) : OrmLiteConnectionFactory | ||
Résultat | OrmLiteConnectionFactory |
protected GetFileConnectionString ( ) : string | ||
Résultat | string |
public OpenDbConnection ( ) : IDbConnection | ||
Résultat | IDbConnection |
public OrmLiteTestBase ( Dialect dialect ) : System | ||
dialect | Dialect | |
Résultat | System |
protected SuppressIfOracle ( string reason ) : void | ||
reason | string | |
Résultat | void |
protected OrmLiteConnectionFactory DbFactory | ||
Résultat | OrmLiteConnectionFactory |