public interface Term
Modifier and Type | Interface and Description |
---|---|
static class |
Term.MultiColumnRaw |
static class |
Term.MultiItemTerminal |
static class |
Term.NonTerminal
A non terminal term, i.e.
|
static class |
Term.Raw
A parsed, non prepared (thus untyped) term.
|
static class |
Term.Terminal
A terminal term, one that can be reduced to a byte buffer directly.
|
Modifier and Type | Method and Description |
---|---|
void |
addFunctionsTo(java.util.List<Function> functions) |
Term.Terminal |
bind(QueryOptions options)
Bind the values in this term to the values contained in
values . |
java.nio.ByteBuffer |
bindAndGet(QueryOptions options)
A shorter for bind(values).get().
|
void |
collectMarkerSpecification(VariableSpecifications boundNames)
Collects the column specification for the bind variables in this Term.
|
boolean |
containsBindMarker()
Whether or not that term contains at least one bind marker.
|
void collectMarkerSpecification(VariableSpecifications boundNames)
boundNames
- the variables specification where to collect the
bind variables of this term in.Term.Terminal bind(QueryOptions options) throws InvalidRequestException
values
.
This is obviously a no-op if the term is Terminal.options
- the values to bind markers to.InvalidRequestException
java.nio.ByteBuffer bindAndGet(QueryOptions options) throws InvalidRequestException
InvalidRequestException
boolean containsBindMarker()
void addFunctionsTo(java.util.List<Function> functions)
Copyright © 2016 The Apache Software Foundation