SqlScriptGenerator Class

Definition

Sql specific script generator.

public abstract class SqlScriptGenerator
type SqlScriptGenerator = class
Public MustInherit Class SqlScriptGenerator
Inheritance
SqlScriptGenerator
Derived

Constructors

SqlScriptGenerator(SqlScriptGeneratorOptions)

Initializes a new instance of the SqlScriptGenerator class.

Properties

Options

Gets the options.

Methods

GenerateScript(TSqlFragment, String)

Populates the writer with a script with the scriptFragment.

GenerateScript(TSqlFragment, String, IList<ParseError>)

Populates the writer with a script with the scriptFragment.

GenerateScript(TSqlFragment, TextWriter)

Generates text representing the specified script fragment

GenerateTokens(TSqlFragment)

Generates a list of tokens representing the script generated by the specified script fragment

Applies to