MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / SQL

Method SQL

pkg/sql/ast/sql.go:1717–1717  ·  view source on GitHub ↗

SQL implements the Expression interface for ConnectByClause.

()

Source from the content-addressed store, hash-verified

1715
1716// SQL implements the Expression interface for ConnectByClause.
1717func (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.

Callers

nothing calls this directly

Calls 1

ToSQLMethod · 0.95

Tested by

no test coverage detected