Property | Type | Description | |
---|---|---|---|
_goSplit |
Method | Description | |
---|---|---|
CanDrop ( SchemaInstaller context, IDbConnection connection ) : bool | ||
CanModify ( SchemaInstaller context, IDbConnection connection ) : bool | ||
Drop ( IDbConnection connection ) : void | ||
Exists ( IDbConnection connection ) : bool | ||
Install ( IDbConnection connection, IEnumerable |
||
SchemaImpl ( string name, string sql, int expectedPartsInName ) : System |
Method | Description | |
---|---|---|
GetImplementation ( SchemaObjectType type, string name, string sql ) : |
public CanDrop ( SchemaInstaller context, IDbConnection connection ) : bool | ||
context | SchemaInstaller | |
connection | IDbConnection | |
return | bool |
public CanModify ( SchemaInstaller context, IDbConnection connection ) : bool | ||
context | SchemaInstaller | |
connection | IDbConnection | |
return | bool |
public abstract Drop ( IDbConnection connection ) : void | ||
connection | IDbConnection | |
return | void |
public abstract Exists ( IDbConnection connection ) : bool | ||
connection | IDbConnection | |
return | bool |
public Install ( IDbConnection connection, IEnumerable |
||
connection | IDbConnection | |
objects | IEnumerable |
|
return | void |
public SchemaImpl ( string name, string sql, int expectedPartsInName ) : System | ||
name | string | |
sql | string | |
expectedPartsInName | int | |
return | System |