sqlite3

package module
v0.0.0-...-d6f6b87 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2026 License: ISC Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SQLiteConn

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

func Open

func Open(name string) (*SQLiteConn, error)

func (*SQLiteConn) Begin

func (c *SQLiteConn) Begin() (driver.Tx, error)

func (*SQLiteConn) CheckNamedValue

func (c *SQLiteConn) CheckNamedValue(nv *driver.NamedValue) error

func (*SQLiteConn) Close

func (c *SQLiteConn) Close() error

func (*SQLiteConn) Prepare

func (c *SQLiteConn) Prepare(query string) (driver.Stmt, error)

type SQLiteDriver

type SQLiteDriver struct{}

func (*SQLiteDriver) Open

func (d *SQLiteDriver) Open(name string) (driver.Conn, error)

type SQLiteRows

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

func (*SQLiteRows) Close

func (r *SQLiteRows) Close() error

func (*SQLiteRows) Columns

func (r *SQLiteRows) Columns() []string

func (*SQLiteRows) Next

func (r *SQLiteRows) Next(dest []driver.Value) error

type SQLiteStmt

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

func (*SQLiteStmt) Close

func (s *SQLiteStmt) Close() error

func (*SQLiteStmt) Exec

func (s *SQLiteStmt) Exec(args []driver.Value) (driver.Result, error)

func (*SQLiteStmt) NumInput

func (s *SQLiteStmt) NumInput() int

func (*SQLiteStmt) Query

func (s *SQLiteStmt) Query(args []driver.Value) (driver.Rows, error)

type SQLiteTx

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

func (*SQLiteTx) Commit

func (t *SQLiteTx) Commit() error

func (*SQLiteTx) Rollback

func (t *SQLiteTx) Rollback() error

Jump to

Keyboard shortcuts

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