Allows the implementation of database agnostinc builders that builds the text of a view.
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. |
In this document