builders

package
v1.8.7 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlterTableBuilder

type AlterTableBuilder struct {
	Stmt string
}

func (*AlterTableBuilder) ToCql

func (atb *AlterTableBuilder) ToCql() (string, []string)

type SchemaBuilder

type SchemaBuilder interface {
	Config(config typedef.SchemaConfig) SchemaBuilder
	Keyspace(typedef.Keyspace) SchemaBuilder
	Table(*typedef.Table) SchemaBuilder
	Build() *typedef.Schema
}

func NewSchemaBuilder

func NewSchemaBuilder() SchemaBuilder

Jump to

Keyboard shortcuts

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