@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface UserDefinedType
Modifier and Type | Optional Element and Description |
---|---|
boolean |
forceQuote
Deprecated.
since 3.0. The type name gets converted into
CqlIdentifier
hence it no longer requires an indication whether the name should be quoted. |
String |
value
The name of the UDT.
|
public abstract String value
@Deprecated public abstract boolean forceQuote
CqlIdentifier
hence it no longer requires an indication whether the name should be quoted.CqlIdentifier.fromInternal(String)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.