func (*Conn) ExecContext¶
func (c *Conn) ExecContext(ctx context.Context, query string, args ...interface{}) (Result, error)
执行一个SQL语句而不返回任何行。
func (c *Conn) ExecContext(ctx context.Context, query string, args ...interface{}) (Result, error)
执行一个SQL语句而不返回任何行。