@FunctionalInterface public interface TermFactory
Term objects encapsulating a binding value. Classes implementing this factory interface
may return inline terms to render values as part of the query string, or bind markers to supply parameters on
statement creation/parameter binding.
A TermFactory is typically used with StatementBuilder.
| Modifier and Type | Method and Description |
|---|---|
com.datastax.oss.driver.api.querybuilder.term.Term |
create(Object value)
Create a
Term for the given value. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.