Versions in this module Expand all Collapse all v1 v1.0.0 Oct 23, 2023 Changes in this version + func Connect(url, jwt, host string) driver.Conn + type BatchResultRowsProvider struct + func (p *BatchResultRowsProvider) Columns(setIdx int) []string + func (p *BatchResultRowsProvider) Error(setIdx int) string + func (p *BatchResultRowsProvider) FieldValue(setIdx, rowIdx, colIdx int) driver.Value + func (p *BatchResultRowsProvider) HasResult(setIdx int) bool + func (p *BatchResultRowsProvider) RowsCount(setIdx int) int + func (p *BatchResultRowsProvider) SetsCount() int + type StmtResultRowsProvider struct + func (p *StmtResultRowsProvider) Columns(setIdx int) []string + func (p *StmtResultRowsProvider) Error(setIdx int) string + func (p *StmtResultRowsProvider) FieldValue(setIdx, rowIdx, colIdx int) driver.Value + func (p *StmtResultRowsProvider) HasResult(setIdx int) bool + func (p *StmtResultRowsProvider) RowsCount(setIdx int) int + func (p *StmtResultRowsProvider) SetsCount() int