
![]() |
Show Changes |
![]() |
Edit |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 9/18/2007 1:11:01 PM |
| -74.15.253.150 |
| 9/18/2007 1:10:48 PM |
| -74.15.253.150 |
![]() |
List all versions |
Related Topics
The purpose of this plugin is to provide extended information about the structure (and content!) of a SQL Server database.
Download the source here (Yeah, yeah, it's not very well written, and I never resolved the "@@" bug when displaying stored proc contents, but at least it won't crash.
)
Plugin methods that are callable from WikiTalk are:
String AnalyzeStoredProcedure(String dbName, String procName)
String AnalyzeTable(String dbName, String tableName)
String DefinitionOfStoredProcedure(String dbName, String procName)
String ListColumnProperties(String dbName, String tableName, String colName)
String ListDatabases
String ListDistinctColumnValues(String dbName, String tableName, String colName)
String ListStoredProcedures(String dbName)
String ListTables(String dbName)
String TableOfData(String dbName, String tableName)
Sorry, documentation is sparse, but I can warn you that there are private const ants that will require modification at the beginning of fwSqlSchema.cs.