(ctx context.Context, statement string, params map[string]interface{})
| 57 | CreatePrimaryIndex(ctx context.Context, indexName string, options *N1qlIndexOptions) error |
| 58 | DropIndex(ctx context.Context, indexName string) error |
| 59 | ExplainQuery(ctx context.Context, statement string, params map[string]interface{}) (plan map[string]interface{}, err error) |
| 60 | GetIndexMeta(ctx context.Context, indexName string) (exists bool, meta *IndexMeta, err error) |
| 61 | Query(ctx context.Context, statement string, params map[string]interface{}, consistency ConsistencyMode, adhoc bool) (results sgbucket.QueryResultIterator, err error) |
| 62 | IsErrNoResults(error) bool |
no outgoing calls