Class QueryExtractorDelegate
java.lang.Object
org.springframework.data.cassandra.core.cql.QueryExtractorDelegate
Utility to extract CQL queries from a
Statement
.- Since:
- 3.0.5
- Author:
- Mark Paluch
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
QueryExtractorDelegate
public QueryExtractorDelegate()
-
-
Method Details
-
getCql
Try to extract theCQL query
from a statement object.- Parameters:
statement
- the statement object.- Returns:
- the CQL query when
statement
is notnull
.
-