public static class Constants.Marker extends AbstractMarker
AbstractMarker.Raw
Term.NonTerminal, Term.Terminal
bindIndex, receiver
Modifier | Constructor and Description |
---|---|
protected |
Constants.Marker(int bindIndex,
ColumnSpecification receiver) |
Modifier and Type | Method and Description |
---|---|
Constants.Value |
bind(java.util.List<java.nio.ByteBuffer> values)
Bind the values in this term to the values contained in
values . |
java.nio.ByteBuffer |
bindAndGet(java.util.List<java.nio.ByteBuffer> values)
A shorter for bind(values).get().
|
collectMarkerSpecification, containsBindMarker
protected Constants.Marker(int bindIndex, ColumnSpecification receiver)
public java.nio.ByteBuffer bindAndGet(java.util.List<java.nio.ByteBuffer> values) throws InvalidRequestException
Term
bindAndGet
in interface Term
bindAndGet
in class Term.NonTerminal
InvalidRequestException
public Constants.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