|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableMetadata | |
---|---|
com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. |
com.datastax.driver.core.querybuilder | A CQL3 query builder. |
Uses of TableMetadata in com.datastax.driver.core |
---|
Methods in com.datastax.driver.core that return TableMetadata | |
---|---|
TableMetadata |
ColumnMetadata.getTable()
Returns the metadata of the table this column is part of. |
TableMetadata |
KeyspaceMetadata.getTable(String name)
Returns the metadata for a table contained in this keyspace. |
Methods in com.datastax.driver.core that return types with arguments of type TableMetadata | |
---|---|
Collection<TableMetadata> |
KeyspaceMetadata.getTables()
Returns the tables defined in this keyspace. |
Uses of TableMetadata in com.datastax.driver.core.querybuilder |
---|
Methods in com.datastax.driver.core.querybuilder with parameters of type TableMetadata | |
---|---|
Select |
Select.Builder.from(TableMetadata table)
Adds the table to select from. |
Delete |
Delete.Builder.from(TableMetadata table)
Adds the table to delete from. |
static Insert |
QueryBuilder.insertInto(TableMetadata table)
Start building a new INSERT query. |
static Update |
QueryBuilder.update(TableMetadata table)
Start building a new UPDATE query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |