Represents a trigger on a cassandra table

Inherits

Object

Methods

table

Returns table that the trigger applies to.

Returns:
Type Details
Table table that the trigger applies to.

name

Returns name of the trigger.

Returns:
Type Details
String name of the trigger.

options

Returns options of the trigger.

Returns:
Type Details
Hash options of the trigger.

custom_class_name

Returns name of the trigger class

Returns:
Type Details
String name of the trigger class

to_cql

Returns a cql representation of this trigger

Returns:
Type Details
String a cql representation of this trigger