Append appends a parameter value to the PlanCacheParams.
(vs ...types.Datum)
| 2061 | |
| 2062 | // Append appends a parameter value to the PlanCacheParams. |
| 2063 | func (p *PlanCacheParamList) Append(vs ...types.Datum) { |
| 2064 | p.paramValues = append(p.paramValues, vs...) |
| 2065 | } |
| 2066 | |
| 2067 | // SetForNonPrepCache sets the flag forNonPrepCache. |
| 2068 | func (p *PlanCacheParamList) SetForNonPrepCache(flag bool) { |
no outgoing calls