KeyspaceMetadata Methods |
The KeyspaceMetadata type exposes the following members.
Name | Description | |
---|---|---|
AsCqlQuery |
Returns a CQL query representing this keyspace. This method returns a single
'CREATE KEYSPACE' query with the options corresponding to this name
definition.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExportAsString |
Return a String containing CQL queries representing this
name and the table it contains. In other words, this method returns the
queries that would allow to recreate the schema of this name, along with
all its table. Note that the returned String is formatted to be human
readable (for some definition of human readable at least).
| |
GetAggregate |
Gets a CQL aggregate by name and signature
| |
GetFunction |
Gets a CQL function by name and signature
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMaterializedViewMetadata |
Returns metadata of specified view in this keyspace.
| |
GetTableMetadata |
Returns metadata of specified table in this keyspace.
| |
GetTablesMetadata |
Returns metadata of all tables defined in this keyspace.
| |
GetTablesNames |
Returns names of all tables defined in this keyspace.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |