SqlStatementAdapter Class

Summary

Helper class to adapt SQL statements from some input into something OLEDB can consume directly
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Util
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SqlStatementAdapter"] class Type type-node

Syntax

public class SqlStatementAdapter

Constructors

Name Summary
SqlStatementAdapter(SqlStatementList) Creates a new instance

Fields

Name Constant Value Summary
SEPARATOR
static

Methods

Name Value Summary
AdaptSql(string) string
Adapts a set of Sql statements from a string.
AdaptSqlFile(string, Encoding) string
Adapts a set of Sql statements from a string.