public interface Term
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Term.MultiColumnRaw | 
| static class  | Term.MultiItemTerminal | 
| static class  | Term.NonTerminalA non terminal term, i.e. | 
| static class  | Term.RawA parsed, non prepared (thus untyped) term. | 
| static class  | Term.TerminalA 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.InvalidRequestExceptionjava.nio.ByteBuffer bindAndGet(QueryOptions options) throws InvalidRequestException
InvalidRequestExceptionboolean containsBindMarker()
void addFunctionsTo(java.util.List<Function> functions)
Copyright © 2018 The Apache Software Foundation