scylladb

package
v0.0.0-...-a019193 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

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

func New

func New(scylladbConfig scylladb.Config) (*DB, error)

func (*DB) ExecuteBatch

func (d *DB) ExecuteBatch(batch *gocql.Batch) error

func (*DB) GetConn

func (d *DB) GetConn() scylladb.SessionxInterface

func (*DB) GetStatement

func (d *DB) GetStatement(state Statement) (gocqlx.Queryx, error)

func (*DB) NewBatch

func (d *DB) NewBatch(ctx context.Context) *gocql.Batch

func (*DB) RegisterStatement

func (d *DB) RegisterStatement(states ...Statement)

func (*DB) RegisterStatements

func (d *DB) RegisterStatements(states map[string]Statement)

type Statement

type Statement struct {
	Query  string
	Values []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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