Method |
Description |
|
GetFunctionBody ( string schema, string name, string connectionString ) : string |
|
|
GetSqlColumnsForComputed ( ) : string |
|
|
GetSqlColumnsForTable ( ) : string |
|
|
GetSqlColumnsForTable ( string tableName ) : string |
|
|
GetSqlDatabaseTables ( ) : string |
|
|
GetSqlForFunctions ( ) : string |
|
|
GetSqlForIndexes ( ) : string |
|
|
GetSqlForRelationships ( ) : string |
|
|
GetSqlForStoredProcedures ( ) : string |
|
|
GetSqlForStoredProcedures ( string name ) : string |
|
|
GetSqlForStoredProceduresBody ( string schema, string spName, string connectionString ) : string |
|
|
GetSqlForStoredProceduresColumns ( StoredProc sp ) : string |
|
|
GetSqlForStoredProceduresParameters ( ) : string |
|
|
GetSqlForUniqueConstraints ( ) : string |
|
|
GetSqlForViews ( ) : string |
|
|
GetSqlForViewsColumns ( ) : string |
|
|
GetSqlIndexesForTable ( ) : string |
|
|
GetViewBody ( string sql ) : string |
|
|
StripComments ( string sql ) : string |
Not perfect!! Just strips off what looks like comment |
|