Name | Description | |
---|---|---|
![]() | AddHavingCondition | Adds new condition to HAVING clause of the statement, represented by the Having property. (Inherited from Devart.Common.SelectStatement) |
![]() | AddWhereCondition | Adds new condition to WHERE clause of the statement, represented by the Where property. (Inherited from Devart.Common.SelectStatement) |
![]() | Clear | Overridden. Clears all parts of the OracleSelectStatement. |
![]() ![]() | Parse | Converts the specified SELECT statement to a OracleSelectStatement object. |
![]() | ToString | Returns SQL statement in the text form. (Inherited from Devart.Common.SelectStatement) |
![]() ![]() | TryParse | Tries to convert the specified SELECT statement to a OracleSelectStatement object. |