cassandra

package
v0.0.0-...-0c838b0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(query interface{}) ResultMapper

Parse is default implementation of Parser interface

Types

type CqlIterator

type CqlIterator interface {
	Columns() []gocql.ColumnInfo
	Scan(...interface{}) bool
	Close() error
}

type CqlQuery

type CqlQuery interface {
	Iter() CqlIterator
}

type GocqlQuery

type GocqlQuery interface {
	Iter() *gocql.Iter
}

Jump to

Keyboard shortcuts

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