Method | Description | |
---|---|---|
BuildAddColumnStatement ( string tableName, IColumn column ) : string | ||
BuildCreateTableStatement ( ITable table ) : string | ||
BuildDropTableStatement ( ITable table ) : string |
Builds a DROP TABLE statement.
|
|
ConvertDataTypeToDbType ( DbType dataType ) : DbType | ||
ConvertDataValueForThisProvider ( object input ) : object | ||
GenerateColumnAttributes ( IColumn column ) : string | ||
GenerateColumns ( ITable table ) : string | ||
GetDbType ( string sqlType ) : DbType | ||
GetNativeType ( DbType dbType ) : string | ||
GetNativeType ( DbType dbType, int maxLength, int precision, int scale ) : string | ||
GetTableFromDB ( IDataProvider provider, string tableName ) : ITable | ||
GetTableList ( IDataProvider provider ) : string[] | ||
OracleSchema ( ) : System | ||
SetColumnDefaults ( IColumn column ) : void |
Method | Description | |
---|---|---|
GenerateSequences ( ITable table ) : string | ||
GetDropSequenceSqlForColumn ( ITable table, IColumn column ) : string | ||
GetDropTableSql ( ITable table ) : string | ||
GetSequenceName ( ITable table, IColumn col ) : string | ||
HasSchemaName ( ITable table ) : bool |
public BuildAddColumnStatement ( string tableName, IColumn column ) : string | ||
tableName | string | |
column | IColumn | |
return | string |
public BuildCreateTableStatement ( ITable table ) : string | ||
table | ITable | |
return | string |
public BuildDropTableStatement ( ITable table ) : string | ||
table | ITable | |
return | string |
public ConvertDataTypeToDbType ( DbType dataType ) : DbType | ||
dataType | DbType | |
return | DbType |
public ConvertDataValueForThisProvider ( object input ) : object | ||
input | object | |
return | object |
public GenerateColumnAttributes ( IColumn column ) : string | ||
column | IColumn | |
return | string |
public GenerateColumns ( ITable table ) : string | ||
table | ITable | |
return | string |
public GetNativeType ( DbType dbType ) : string | ||
dbType | DbType | |
return | string |
public GetNativeType ( DbType dbType, int maxLength, int precision, int scale ) : string | ||
dbType | DbType | |
maxLength | int | |
precision | int | |
scale | int | |
return | string |
public GetTableFromDB ( IDataProvider provider, string tableName ) : ITable | ||
provider | IDataProvider | |
tableName | string | |
return | ITable |
public GetTableList ( IDataProvider provider ) : string[] | ||
provider | IDataProvider | |
return | string[] |
public SetColumnDefaults ( IColumn column ) : void | ||
column | IColumn | |
return | void |