SqlOmRenderer Constructor
|
Creates a new SqlOmRenderer |
DateFormat | Gets or sets a date format string |
DateTimeFormat | Gets or sets a date-time format string |
DeleteStatement | Render the whole DELETE statement in ANSI SQL standard |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InsertStatement | Render the whole INSERT statement in ANSI standard |
RenderDelete | Renders an DELETE statement |
RenderInsert | Renders an INSERT statement |
RenderPage | Renders a SELECT statement which a result-set page |
RenderRowCount | Renders a row count SELECT statement. |
RenderSelect | Renders a SELECT statement |
RenderUnion | Renders a UNION clause |
RenderUpdate | Renders an UPDATE statement |
SqlEncode | Encodes a textual string. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
UpdateStatement | Renders the whole UPDATE statement using ANSI SQL standard |
UpperCaseIdentifiers | Specifies weather all identifiers should be converted to upper case while rendering |
BitwiseAnd | Renders bitwise and |
CaseClause | Renders a CaseCluase |
CaseTerm | Renders a CaseTerm |
Coma | Renders a separator between select columns |
Constant | Renders a constant |
ConstantList | Renders a list of values |
Delete | Render the beginning of a DELETE statement |
Expression | Renders SqlExpression |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
From | Renders the begining of a FROM clause |
FromClause | Renders the terms of a from clause |
Function | Renders a SqlExpression of type Function |
GroupBy | Renders the begining of a GROUP BY statement. |
GroupByTerm | Renders a single GROUP BY term |
GroupByTerms | Renders GROUP BY terms |
Having | Renders the begining of a HAVING statement |
Identifier | Renders an identifier name. |
IfNull | Renders IfNull SqlExpression |
Insert | Render the beginning of an INSERT statement with table name |
InsertColumn | Render a single column name in an INSERT statement |
InsertColumns | Render the list of columns which are to be inserted. |
InsertValue | Render a single INSERT value |
InsertValues | Render the values of an INSERT statement |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Operator | Renders a comaprison operator |
OrderBy | Renders the begining of a ORDER BY statement. |
OrderByTerm | Renders a single ORDER BY term |
OrderByTerms | Renders ORDER BY terms |
QualifiedIdentifier | Renders a fully qualified identifer. |
RelationshipOperator | Renders a relationship operator |
RenderFromTerm | Renders a single FROM term |
Select | Renders a the beginning of a SELECT clause with an optional DISTINCT setting |
SelectColumn | Renders a sinle select column |
SelectColumns | Renders columns of SELECT clause |
TableNamespace | Renders the table namespace |
Update | Renders a the beginning of an UPDATE clause with the table name |
UpdateTerm | Render a single update phrase |
UpdateTerms | Renders update phrases |
Where | Renders the begining of a WHERE statement |
WhereClause | Overloaded. Renders a single WhereTerm |
SqlOmRenderer Class | Reeb.SqlOM.Render Namespace