Home
last modified time | relevance | path

Searched defs:keyspaceName (Results 1 – 4 of 4) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/tests/integration/Cassandra/
H A DBasicIntegrationTest.php89 protected $keyspaceName; variable in Cassandra\\BasicIntegrationTest
H A DSchemaMetadataIntegrationTest.php53 protected function createKeyspace($keyspaceName, $replicationFactor = 1) {
60 protected function createKeyspaceWithSchema($keyspaceName, $tableSchemas) {
H A DIntegration.php55 private $keyspaceName; variable in Cassandra\\Integration
/dports/databases/casstcl/casstcl-2.15.0/generic/
H A Dcasstcl_cassandra.c1801 const char *keyspaceName; in casstcl_list_keyspaces() local