SQL implements the Expression interface for ConnectByClause.
()
| 1715 | |
| 1716 | // SQL implements the Expression interface for ConnectByClause. |
| 1717 | func (c *ConnectByClause) SQL() string { return c.ToSQL() } |
| 1718 | |
| 1719 | // SQL implements the Expression interface for PeriodDefinition (stub; not used as a standalone expression). |
| 1720 | // SQL returns the SQL string for a PERIOD FOR clause in CREATE TABLE. |