interface Schema
A PHP representation of a schema
Implemented by
Methods
Returns a Dse\Keyspace
instance by name.
array
keyspaces
( )Returns all keyspaces defined in the schema.
A PHP representation of a schema
Returns a Dse\Keyspace
instance by name.
Name | Type | Details |
---|---|---|
$name | string |
Name of the keyspace to get |
Type | Details |
---|---|
Dse\Keyspace |
|
Returns all keyspaces defined in the schema.
Type | Details |
---|---|
array |
An array of |