package hranaV2

import "github.com/tursodatabase/libsql-client-go/libsql/internal/http/hranaV2"

Index

Functions

func Connect

func Connect(url, jwt, host string, schemaDb bool) driver.Conn

Types

type BatchResultRowsProvider

type BatchResultRowsProvider struct {
	// contains filtered or unexported fields
}

func (*BatchResultRowsProvider) Columns

func (p *BatchResultRowsProvider) Columns(setIdx int) []string

func (*BatchResultRowsProvider) Error

func (p *BatchResultRowsProvider) Error(setIdx int) string

func (*BatchResultRowsProvider) FieldValue

func (p *BatchResultRowsProvider) FieldValue(setIdx, rowIdx, colIdx int) driver.Value

func (*BatchResultRowsProvider) HasResult

func (p *BatchResultRowsProvider) HasResult(setIdx int) bool

func (*BatchResultRowsProvider) RowsCount

func (p *BatchResultRowsProvider) RowsCount(setIdx int) int

func (*BatchResultRowsProvider) SetsCount

func (p *BatchResultRowsProvider) SetsCount() int

type StmtResultRowsProvider

type StmtResultRowsProvider struct {
	// contains filtered or unexported fields
}

func (*StmtResultRowsProvider) Columns

func (p *StmtResultRowsProvider) Columns(setIdx int) []string

func (*StmtResultRowsProvider) Error

func (p *StmtResultRowsProvider) Error(setIdx int) string

func (*StmtResultRowsProvider) FieldValue

func (p *StmtResultRowsProvider) FieldValue(setIdx, rowIdx, colIdx int) driver.Value

func (*StmtResultRowsProvider) HasResult

func (p *StmtResultRowsProvider) HasResult(setIdx int) bool

func (*StmtResultRowsProvider) RowsCount

func (p *StmtResultRowsProvider) RowsCount(setIdx int) int

func (*StmtResultRowsProvider) SetsCount

func (p *StmtResultRowsProvider) SetsCount() int

Source Files

hranaV2.go

Version
v0.0.0-20240902231107-85af5b9d094d (latest)
Published
Sep 2, 2024
Platform
darwin/amd64
Imports
15 packages
Last checked
1 day ago

Tools for package owners.