Documentation
¶
Index ¶
- type DB
- func (d *DB) ExecuteBatch(batch *gocql.Batch) error
- func (d *DB) GetConn() scylladb.SessionxInterface
- func (d *DB) GetStatement(state Statement) (gocqlx.Queryx, error)
- func (d *DB) NewBatch(ctx context.Context) *gocql.Batch
- func (d *DB) RegisterStatement(states ...Statement)
- func (d *DB) RegisterStatements(states map[string]Statement)
- type Statement
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 (*DB) GetConn ¶
func (d *DB) GetConn() scylladb.SessionxInterface
func (*DB) GetStatement ¶
func (*DB) RegisterStatement ¶
func (*DB) RegisterStatements ¶
Click to show internal directories.
Click to hide internal directories.