Schema
interface Schema (View source)
A PHP representation of a schema
Methods
array
keyspaces()
Returns all keyspaces defined in the schema.
Details
Keyspace
keyspace(string $name)
Returns a Keyspace instance by name.
array
keyspaces()
Returns all keyspaces defined in the schema.