MCPcopy
hub / github.com/dropbox/godropbox / funcExpression

Struct funcExpression

database/sqlbuilder/expression.go:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278type funcExpression struct {
279 isExpression
280 funcName string
281 args *listClause
282}
283
284func (c *funcExpression) SerializeSql(out *bytes.Buffer) (err error) {
285 if !validIdentifierName(c.funcName) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected