MCPcopy
hub / github.com/ent/ent / SelectTable

Struct SelectTable

dialect/sql/builder.go:1580–1586  ·  view source on GitHub ↗

SelectTable is a table selector.

Source from the content-addressed store, hash-verified

1578
1579// SelectTable is a table selector.
1580type SelectTable struct {
1581 Builder
1582 as string
1583 name string
1584 schema string
1585 quote bool
1586}
1587
1588// Table returns a new table selector.
1589//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected