PHP Class Cassandra\DefaultSchema

Inheritance: implements cassandra\Schema
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode Description
keyspace ( string $name ) : Cassandra\Keyspace {@inheritDoc}
keyspaces ( ) : array {@inheritDoc}
version ( ) : integer {@inheritDoc}

Method Details

keyspace() public méthode

{@inheritDoc}
public keyspace ( string $name ) : Cassandra\Keyspace
$name string Name of the keyspace to get
Résultat Cassandra\Keyspace Keyspace instance or null

keyspaces() public méthode

{@inheritDoc}
public keyspaces ( ) : array
Résultat array An array of `Cassandra\Keyspace` instances.

version() public méthode

{@inheritDoc}
public version ( ) : integer
Résultat integer Version of the schema.