(b BatchMutation)
| 51 | |
| 52 | BeginBatch() BatchMutation |
| 53 | CommitBatch(b BatchMutation) error |
| 54 | |
| 55 | // Find returns an iterator positioned before the first key/value pair |
| 56 | // whose key is 'greater than or equal to' the given key. There may be no |
no outgoing calls