Package table
Class CassandraTable
java.lang.Object
table.Table
table.CassandraTable
- Direct Known Subclasses:
ClassIndividuals
,IsComplementOf
,IsDisjointWith
,IsEquivalentToAll
,IsEquivalentToClass
,IsEquivalentToIntersection
,IsEquivalentToMaxCardinality
,IsEquivalentToMinCardinality
,IsEquivalentToSome
,IsEquivalentToUnion
,IsFunctionalProperty
,IsInverseFunctionalProperty
,IsObjectPropertyDomain
,IsObjectPropertyEquivalentToClass
,IsObjectPropertyInverseOf
,IsObjectPropertyRange
,IsSameAs
,IsSubclassOfAll
,IsSubclassOfClass
,IsSubclassOfComplement
,IsSubclassOfIntersection
,IsSubclassOfMaxCardinality
,IsSubclassOfMinCardinality
,IsSubclassOfSome
,IsSubclassOfUnion
,IsSubPropertyOf
,IsSuperClassOf
,PropIndividuals
-
Field Summary
Modifier and TypeFieldDescriptionApache Cassandra does not implements auto-incremental columns.Fields inherited from class table.Table
ClusteringKeyColumns, Columns, database, OntologyIndex, PartitionKeyColumns, tableName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Creates table and build prepared statements for frequently used queries.com.datastax.oss.driver.api.core.cql.SimpleStatement
com.datastax.oss.driver.api.core.cql.SimpleStatement
statementIncrementalInsert
(Map<String, Object> assignments) com.datastax.oss.driver.api.core.cql.SimpleStatement
com.datastax.oss.driver.api.core.cql.SimpleStatement
statementInsert
(Map<String, Object> assignments) Methods inherited from class table.Table
getAllColumns, getAllColumnsNames, getClusteringKeyColumnNames, getClusteringKeyColumns, getColumns, getColumnsName, getDatabaseName, getPartitionKeyColumnNames, getPartitionKeyColumns, getPrimaryKeyColumnNames, getPrimaryKeyColumns, getTableName
-
Field Details
-
cache
Apache Cassandra does not implements auto-incremental columns.
-
-
Constructor Details
-
CassandraTable
-
-
Method Details
-
initialize
public void initialize()Creates table and build prepared statements for frequently used queries.- Specified by:
initialize
in classTable
-
statementIncrementalInsert
public com.datastax.oss.driver.api.core.cql.SimpleStatement statementIncrementalInsert(Map<String, Object> assignments) - Specified by:
statementIncrementalInsert
in classTable
-
statementInsert
-
statementInsert
public com.datastax.oss.driver.api.core.cql.SimpleStatement statementInsert()- Specified by:
statementInsert
in classTable
-
statementCreate
public com.datastax.oss.driver.api.core.cql.SimpleStatement statementCreate()- Specified by:
statementCreate
in classTable
-