PHP 클래스 Cassandra\Column

상속: extends Thrift\Base\TBase
파일 보기 프로젝트 열기: datastax/php-driver 1 사용 예제들

공개 메소드들

메소드 설명
indexName ( ) : string Returns name of the index if defined.
indexOptions ( ) : string Returns index options if present.
isFrozen ( ) : boolean Returns true for frozen columns.
isReversed ( ) : boolean Returns whether the column is in descending or ascending order.
isStatic ( ) : boolean Returns true for static columns.
name ( ) : string Returns the name of the column.
type ( ) : Cassandra\Type Returns the type of the column.

메소드 상세

indexName() 공개 메소드

Returns name of the index if defined.
public indexName ( ) : string
리턴 string Name of the index if defined or null

indexOptions() 공개 메소드

Returns index options if present.
public indexOptions ( ) : string
리턴 string Index options if present or null

isFrozen() 공개 메소드

Returns true for frozen columns.
public isFrozen ( ) : boolean
리턴 boolean Whether the column is frozen

isReversed() 공개 메소드

Returns whether the column is in descending or ascending order.
public isReversed ( ) : boolean
리턴 boolean Whether the column is stored in descending order.

isStatic() 공개 메소드

Returns true for static columns.
public isStatic ( ) : boolean
리턴 boolean Whether the column is static

name() 공개 메소드

Returns the name of the column.
public name ( ) : string
리턴 string Name of the column or null

type() 공개 메소드

Returns the type of the column.
public type ( ) : Cassandra\Type
리턴 Cassandra\Type Type of the column