Example #1
0
func (b *Binding) Query(s *gocql.Session) *gocql.Query {
	return s.Bind(b.stmt, b.bind)
}
Example #2
0
func (b *Binding) Exec(s *gocql.Session) error {
	return s.Bind(b.stmt, b.bind).Exec()
}