PHP 클래스 Cassandra\DefaultColumn

상속: implements Column
파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
indexName ( ) : string {@inheritDoc}
indexOptions ( ) : string {@inheritDoc}
isFrozen ( ) : boolean {@inheritDoc}
isReversed ( ) : boolean {@inheritDoc}
isStatic ( ) : boolean {@inheritDoc}
name ( ) : string {@inheritDoc}
type ( ) : Cassandra\Type {@inheritDoc}

메소드 상세

indexName() 공개 메소드

{@inheritDoc}
public indexName ( ) : string
리턴 string Name of the index if defined or null

indexOptions() 공개 메소드

{@inheritDoc}
public indexOptions ( ) : string
리턴 string Index options if present or null

isFrozen() 공개 메소드

{@inheritDoc}
public isFrozen ( ) : boolean
리턴 boolean Whether the column is frozen

isReversed() 공개 메소드

{@inheritDoc}
public isReversed ( ) : boolean
리턴 boolean Whether the column is stored in descending order.

isStatic() 공개 메소드

{@inheritDoc}
public isStatic ( ) : boolean
리턴 boolean Whether the column is static

name() 공개 메소드

{@inheritDoc}
public name ( ) : string
리턴 string Name of the column or null

type() 공개 메소드

{@inheritDoc}
public type ( ) : Cassandra\Type
리턴 Cassandra\Type Type of the column