Represents a cassandra table
- See Also:
-
Inherits
Methods
Returns an array of order values (:asc or :desc) that apply to the
clustering_columns array.
-
Returns:
-
| Type |
Details |
Array<Symbol> |
an array of order values (:asc or :desc) that apply to the
clustering_columns array.
|
Returns whether this table has a given index
-
Parameters:
-
| Name |
Type |
Details |
| name |
String |
index name
|
-
Returns:
-
| Type |
Details |
Boolean |
whether this table has a given index
|
Returns an index or nil
-
Parameters:
-
| Name |
Type |
Details |
| name |
String |
index name
|
-
Returns:
-
| Type |
Details |
(Index or nil) |
an index or nil
|
Yield or enumerate each index bound to this table
- Overloads:
-
Returns self
-
Yield Parameters:
-
| Name |
Type |
Details |
| index |
Index |
current index
|
-
Returns:
-
Returns a list of indexes
-
Returns:
-
| Type |
Details |
Array<Index> |
a list of indexes
|
Returns whether this table has a given trigger
-
Parameters:
-
| Name |
Type |
Details |
| name |
String |
trigger name
|
-
Returns:
-
| Type |
Details |
Boolean |
whether this table has a given trigger
|
Returns a trigger or nil
-
Parameters:
-
| Name |
Type |
Details |
| name |
String |
trigger name
|
-
Returns:
-
| Type |
Details |
(Trigger or nil) |
a trigger or nil
|
Yield or enumerate each trigger bound to this table
- Overloads:
-
Returns self
-
Yield Parameters:
-
| Name |
Type |
Details |
| trigger |
Index |
current trigger
|
-
Returns:
-
Returns a list of triggers
-
Returns:
-
| Type |
Details |
Array<Trigger> |
a list of triggers
|
Returns whether this table has a given materialized view
-
Parameters:
-
| Name |
Type |
Details |
| name |
String |
materialized view name
|
-
Returns:
-
| Type |
Details |
Boolean |
whether this table has a given materialized view
|
Returns a materialized view or nil
-
Parameters:
-
| Name |
Type |
Details |
| name |
String |
materialized view name
|
-
Returns:
-
Yield or enumerate each materialized view bound to this table
- Overloads:
-
Returns self
-
Yield Parameters:
-
-
Returns:
-
Returns a list of materialized views
-
Returns:
-
Returns a cql representation of this table
-
Returns:
-
| Type |
Details |
String |
a cql representation of this table
|