Метод | Описание | |
---|---|---|
AddColumn ( string table, string sqlColumn ) : void | ||
AddForeignKey ( string name, string primaryTable, string primaryColumns, string refTable, string refColumns, Simple.Migrator.Framework.ForeignKeyConstraint constraint ) : void | ||
ChangeColumn ( string table, string sqlColumn ) : void | ||
ColumnExists ( string table, string column ) : bool | ||
ConstraintExists ( string table, string name ) : bool | ||
GetColumns ( string table ) : Column[] | ||
GetTables ( ) : string[] | ||
OracleTransformationProvider ( Dialect dialect, string invariantProvider, string connectionString ) : System | ||
TableExists ( string table ) : bool |
public AddColumn ( string table, string sqlColumn ) : void | ||
table | string | |
sqlColumn | string | |
Результат | void |
public AddForeignKey ( string name, string primaryTable, string primaryColumns, string refTable, string refColumns, Simple.Migrator.Framework.ForeignKeyConstraint constraint ) : void | ||
name | string | |
primaryTable | string | |
primaryColumns | string | |
refTable | string | |
refColumns | string | |
constraint | Simple.Migrator.Framework.ForeignKeyConstraint | |
Результат | void |
public ChangeColumn ( string table, string sqlColumn ) : void | ||
table | string | |
sqlColumn | string | |
Результат | void |
public ColumnExists ( string table, string column ) : bool | ||
table | string | |
column | string | |
Результат | bool |
public ConstraintExists ( string table, string name ) : bool | ||
table | string | |
name | string | |
Результат | bool |
public GetColumns ( string table ) : Column[] | ||
table | string | |
Результат | Column[] |
public OracleTransformationProvider ( Dialect dialect, string invariantProvider, string connectionString ) : System | ||
dialect | Dialect | |
invariantProvider | string | |
connectionString | string | |
Результат | System |
public TableExists ( string table ) : bool | ||
table | string | |
Результат | bool |