@FunctionalInterface public interface CqlProvider
Typically implemented by PreparedStatementCreators and statement callbacks that want to expose the CQL they
use to create their statements, to allow for better contextual information in case of exceptions.
PreparedStatementCreator,
ReactivePreparedStatementCreator,
ReactiveStatementCallback| Modifier and Type | Method and Description |
|---|---|
String |
getCql()
Return the CQL string for this object, i.e. typically the CQL used for creating statements.
|
String getCql()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.