Implements the basic functionality of an IViewBuilder.
Default constructor
protected Void AbstractViewBuilder()
Database connection interface.
public IDbAccess DataAccessAPI { get; set; }
Build the sentence that conforms the view.
public String BuildViewText(statement)
The text to be use to create the view.
Name | Type | Summary |
---|---|---|
statement | SelectStatement | A SelectStatement. |
Ensures that the object if fully initialized.
protected Void EnsureObjectState()
Type | Summary |
---|---|
MissingRequiredPropertyException | Thrown when the object is not fully initialized. |
In this document