Documentation ¶
Index ¶
- type Iterator
- type Query
- func (_m *Query) Bind(v ...interface{}) cassandra.Query
- func (_m *Query) Consistency(level cassandra.Consistency) cassandra.Query
- func (_m *Query) Exec() error
- func (_m *Query) Iter() cassandra.Iterator
- func (_m *Query) PageSize(n int) cassandra.Query
- func (_m *Query) ScanCAS(dest ...interface{}) (bool, error)
- func (_m *Query) String() string
- type Session
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iterator ¶
Iterator is an autogenerated mock type for the Iterator type
type Query ¶
Query is an autogenerated mock type for the Query type
func (*Query) Consistency ¶
func (_m *Query) Consistency(level cassandra.Consistency) cassandra.Query
Consistency provides a mock function with given fields: level
Click to show internal directories.
Click to hide internal directories.