public static class Sets.Marker extends AbstractMarker
AbstractMarker.Raw
Term.NonTerminal, Term.Terminal
bindIndex, receiver
Modifier | Constructor and Description |
---|---|
protected |
Sets.Marker(int bindIndex,
ColumnSpecification receiver) |
Modifier and Type | Method and Description |
---|---|
Sets.Value |
bind(java.util.List<java.nio.ByteBuffer> values)
Bind the values in this term to the values contained in
values . |
collectMarkerSpecification, containsBindMarker
bindAndGet
protected Sets.Marker(int bindIndex, ColumnSpecification receiver)
public Sets.Value bind(java.util.List<java.nio.ByteBuffer> values) throws InvalidRequestException
Term
values
.
This is obviously a no-op if the term is Terminal.values
- the values to bind markers to.InvalidRequestException
Copyright © 2013 The Apache Software Foundation