Package io.stargate.sdk.rest.domain
package io.stargate.sdk.rest.domain
-
ClassesClassDescriptionCode for table deifnition ordering.Work with the column.Creation request for an INDEX.Internal builderCreation request of a table.Pattern builder for class
CreateTable.Represent an creation request for an UDT.Sample output { "keyspace_name": "sdk_test_ks", "options": [ { "key": "class_name", "value": "org.apache.cassandra.index.sai.StorageAttachedIndex" }, { "key": "target", "value": "keys(bar2)" } ], "table_name": "foo", "index_name": "idx_2", "kind": "CUSTOM" }Represent a keyspace definition with its relevant MetaData.Wrapper for entries in map.Build a queyr with filter clauseBuilder pattern.Build a queyr with filter clauseBuilder pattern.Helper to build a where clause in natural language (fluent API) TODO the WHERE CLAUSE CAN HAVE MULTIPLE CRITERIA FOR A FIELD where("field").greaterThan(40) .lessThan(50);Represent a table definition when working with Rest API.Configuration at table level.Represent the PK in rest APIBean representing a user defined type.Work with the column.POJORepresent an creation request for an UDT.