C# 클래스 FluentCassandra.CqlHelper

파일 보기 프로젝트 열기: nativex/fluentcassandra 1 사용 예제들

공개 메소드들

메소드 설명
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