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

Struct SqlDelete

rel/sql.go:173–177  ·  view source on GitHub ↗

SqlDelete SQL Delete Statement

Source from the content-addressed store, hash-verified

171 }
172 // SqlDelete SQL Delete Statement
173 SqlDelete struct {
174 Table string
175 Where *SqlWhere
176 Limit int
177 }
178 // SqlShow SQL SHOW Statement
179 SqlShow struct {
180 Raw string // full raw statement

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected