duckdb

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2026 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Appender

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

func (*Appender) AppendRow

func (a *Appender) AppendRow(args ...driver.Value) error

AppendRow loads a row of values into the appender. The values are provided as separate arguments.

func (*Appender) Close

func (a *Appender) Close() error

func (*Appender) Error

func (a *Appender) Error() error

func (*Appender) Flush

func (a *Appender) Flush() error

type Conn

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

func (*Conn) ToAppender

func (c *Conn) ToAppender(schema, table string) (*Appender, error)

func (*Conn) ToSQLX

func (c *Conn) ToSQLX() *sqlx.SQLx

type DuckDBModule

type DuckDBModule struct {
}

func (DuckDBModule) Exports

func (d DuckDBModule) Exports() map[string]any

func (DuckDBModule) ExportsWithEngine

func (d DuckDBModule) ExportsWithEngine(eng *engine.Engine) map[string]any

func (DuckDBModule) Identity

func (d DuckDBModule) Identity() string

func (DuckDBModule) TypeDefine

func (d DuckDBModule) TypeDefine() []byte

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL