MySqlViewBuilder

Implements an IViewBuilder for MySql.

Namespace:
Inetdev.Data.MySql.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.DatabaseSchema.AbstractViewBuilder

Constructors

MySqlViewBuilder

Default constructor

Signature:
public Void MySqlViewBuilder()

Methods

BuildViewText

Build the sentence that conforms the view.

Signature:
public String BuildViewText(statement)
Returns

The text to be use to create the view.

Parameters
Name Type Summary
statement SelectStatement A SelectStatement.
Exceptions
Type Summary
ArgumentNullException Thrown when statement is null.
MissingRequiredPropertyException Thrown when the object is not properly initialized.