Class CqlStringUtils
java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.CqlStringUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
escapeSingle
(Object thing) Doubles single quote characters (' -> '').static String
singleQuote
(Object thing) Surrounds given object'sObject.toString()
with single quotes.
-
Constructor Details
-
CqlStringUtils
public CqlStringUtils()
-
-
Method Details
-
escapeSingle
Doubles single quote characters (' -> ''). Given null, returnsnull
. -
singleQuote
Surrounds given object'sObject.toString()
with single quotes. Given null, returns null.
-