MCPcopy Create free account
hub / github.com/araddon/qlbridge / SqlSelect

Method SqlSelect

rel/sql.go:1868–1868  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1866func (m *SqlUpsert) WriteDialect(w expr.DialectWriter) {}
1867func (m *SqlUpsert) String() string { return fmt.Sprintf("%s ", m.Keyword()) }
1868func (m *SqlUpsert) SqlSelect() *SqlSelect { return sqlSelectFromWhere(m.Table, m.Where) }
1869
1870func (m *SqlUpdate) Keyword() lex.TokenType { return lex.TokenUpdate }
1871func (m *SqlUpdate) WriteDialect(w expr.DialectWriter) {

Callers

nothing calls this directly

Calls 1

sqlSelectFromWhereFunction · 0.85

Tested by

no test coverage detected