class DefaultKeyspace
A PHP representation of a keyspace
Implements
Methods
string
name
( )Returns keyspace name
string
replicationClassName
( )Returns replication class name
Cassandra\Map
replicationOptions
( )Returns replication options
string
hasDurableWrites
( )Returns whether the keyspace has durable writes enabled
Returns a table by name
array
tables
( )Returns all tables defined in this keyspace
Type\UserType null
userType
(string
$name )
Get user type by name
array
userTypes
( )Get all user types
MaterizedView null
materializedView
(string
$name )
Get materialized view by name
array
materializedViews
( )Gets all materialized views
Get a function by name and signature
array
functions
( )Get all functions
Get an aggregate by name and signature
array
aggregates
( )Get all aggregates