SQLiteViewBuilder

Implements an IViewBuilder for SQLite.

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

Constructors

SQLiteViewBuilder

Default constructor

Signature:
public Void SQLiteViewBuilder()

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.