C# Класс FluentCassandra.CqlHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EscapeForCql ( string value ) : string

Escapse the provided string for use with CQL.

FormatCql ( string format ) : string

Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. Arguments are updated to make sure reserved characters are escaped to support Cassandra's CQL.

Описание методов

EscapeForCql() публичный статический Метод

Escapse the provided string for use with CQL.
public static EscapeForCql ( string value ) : string
value string The string value to escape.
Результат string

FormatCql() публичный статический Метод

Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. Arguments are updated to make sure reserved characters are escaped to support Cassandra's CQL.
public static FormatCql ( string format ) : string
format string A composite format string.
Результат string