MCPcopy Index your code
hub / github.com/blastrain/vitess-sqlparser / SetPwdStmt

Struct SetPwdStmt

tidbparser/ast/misc.go:417–422  ·  view source on GitHub ↗

* // SetCharsetStmt is a statement to assign values to character and collation variables. // See https://dev.mysql.com/doc/refman/5.7/en/set-statement.html type SetCharsetStmt struct { stmtNode Charset string Collate string } // Accept implements Node Accept interface. func (n *SetCharsetStmt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected