C# 클래스 CqlSharp.Protocol.Column

A description of a single Cql column. Used to describe input to a Cql prepared query, or result of a select query.
파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
Column ( )
Column ( int index, string keyspace, string table, string name, CqlType type )

Initializes a new instance of the Column class.

메소드 상세

Column() 공개 메소드

public Column ( )

Column() 공개 메소드

Initializes a new instance of the Column class.
public Column ( int index, string keyspace, string table, string name, CqlType type )
index int The index.
keyspace string The keyspace.
table string The table.
name string The name.
type CqlType the type of the column