Summary
    Adapts a set of Sql statements from a string.
    
		- Assembly
 - NAnt
.Contrib .dll  - Namespace
 - NAnt
.Contrib .Util  - Containing Type
 - SqlStatementAdapter
 
Syntax
public string AdaptSql(string sql)
	Parameters
| Name | Type | Description | 
|---|---|---|
| sql | string | A string containing the original sql statements | 
Return Value
| Type | Description | 
|---|---|
| string | 
