public abstract static class CQL3Type.Raw
extends java.lang.Object
Constructor and Description |
---|
CQL3Type.Raw() |
Modifier and Type | Method and Description |
---|---|
static CQL3Type.Raw |
from(CQL3Type type) |
boolean |
isCollection() |
boolean |
isCounter() |
static CQL3Type.Raw |
list(CQL3Type.Raw t) |
static CQL3Type.Raw |
map(CQL3Type.Raw t1,
CQL3Type.Raw t2) |
abstract CQL3Type |
prepare(java.lang.String keyspace) |
static CQL3Type.Raw |
set(CQL3Type.Raw t) |
static CQL3Type.Raw |
userType(UTName name) |
public boolean isCollection()
public boolean isCounter()
public abstract CQL3Type prepare(java.lang.String keyspace) throws InvalidRequestException
InvalidRequestException
public static CQL3Type.Raw from(CQL3Type type)
public static CQL3Type.Raw userType(UTName name)
public static CQL3Type.Raw map(CQL3Type.Raw t1, CQL3Type.Raw t2) throws InvalidRequestException
InvalidRequestException
public static CQL3Type.Raw list(CQL3Type.Raw t) throws InvalidRequestException
InvalidRequestException
public static CQL3Type.Raw set(CQL3Type.Raw t) throws InvalidRequestException
InvalidRequestException
Copyright © 2014 The Apache Software Foundation