Class CslStringFormat
- java.lang.Object
-
- com.microsoft.azure.kusto.data.format.CslFormat
-
- com.microsoft.azure.kusto.data.format.CslStringFormat
-
public class CslStringFormat extends CslFormat
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>KUSTO_ESCAPE_SEQUENCESstatic Set<String>KUSTO_LITERAL_PREFIXstatic Set<String>KUSTO_MULTILINE_QUOTE_DELIMITERS
-
Constructor Summary
Constructors Constructor Description CslStringFormat(String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()StringgetValue()static StringparseStringLiteral(String value)-
Methods inherited from class com.microsoft.azure.kusto.data.format.CslFormat
parseValueFromValueWithType, toString
-
-
-
-
Constructor Detail
-
CslStringFormat
public CslStringFormat(String value)
-
-