We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80fbf2 commit 6ad3622Copy full SHA for 6ad3622
client/stmt.go
@@ -39,12 +39,14 @@ func (s *Stmt) WarningsNum() int {
39
40
// GetParamFields returns the parameter field definitions from the PREPARE response.
41
// Implements server.StmtFieldsProvider for proxy passthrough.
42
+// The caller should not modify the returned slice.
43
func (s *Stmt) GetParamFields() []*mysql.Field {
44
return s.paramFields
45
}
46
47
// GetColumnFields returns the column field definitions from the PREPARE response.
48
49
50
func (s *Stmt) GetColumnFields() []*mysql.Field {
51
return s.columnFields
52
0 commit comments