프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_goSplit |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetImplementation ( SchemaObjectType type, string name, string sql ) : |
public CanDrop ( SchemaInstaller context, IDbConnection connection ) : bool | ||
context | SchemaInstaller | |
connection | IDbConnection | |
리턴 | bool |
public CanModify ( SchemaInstaller context, IDbConnection connection ) : bool | ||
context | SchemaInstaller | |
connection | IDbConnection | |
리턴 | bool |
public abstract Drop ( IDbConnection connection ) : void | ||
connection | IDbConnection | |
리턴 | void |
public abstract Exists ( IDbConnection connection ) : bool | ||
connection | IDbConnection | |
리턴 | bool |
public Install ( IDbConnection connection, IEnumerable |
||
connection | IDbConnection | |
objects | IEnumerable |
|
리턴 | void |
public SchemaImpl ( string name, string sql, int expectedPartsInName ) : System | ||
name | string | |
sql | string | |
expectedPartsInName | int | |
리턴 | System |