vitessdriver: Document NumInput() implementation.

This commit is contained in:
Michael Berlin 2015-12-09 20:48:40 -08:00
Родитель aa3782b9a9
Коммит e80012837b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -202,6 +202,7 @@ func (s *stmt) Close() error {
}
func (s *stmt) NumInput() int {
// -1 = Golang sql won't sanity check argument counts before Exec or Query.
return -1
}