Method | Description | |
---|---|---|
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. |
public indexOptions ( ) : string | ||
return | string | Index options if present or null |
public isReversed ( ) : boolean | ||
return | boolean | Whether the column is stored in descending order. |
public type ( ) : Cassandra\Type | ||
return | Cassandra\Type | Type of the column |