메소드 | 설명 | |
---|---|---|
ExecuteState ( DatabaseStates currentState, object>.Dictionary |
||
ReferencesExist ( object>.Dictionary |
||
SchemasExist ( string schemas, object>.Dictionary |
||
TablesExist ( string schema, string tables, object>.Dictionary |
public ExecuteState ( DatabaseStates currentState, object>.Dictionary |
||
currentState | DatabaseStates | |
dataDictionary | object>.Dictionary | |
리턴 | DatabaseStates |
public abstract ReferencesExist ( object>.Dictionary |
||
dataDictionary | object>.Dictionary | |
리턴 | bool |
public abstract SchemasExist ( string schemas, object>.Dictionary |
||
schemas | string | |
dataDictionary | object>.Dictionary | |
리턴 | bool |
public abstract TablesExist ( string schema, string tables, object>.Dictionary |
||
schema | string | |
tables | string | |
dataDictionary | object>.Dictionary | |
리턴 | bool |