Uses of Class
org.apache.cassandra.cql3.UserTypes.Value
-
Packages that use UserTypes.Value Package Description org.apache.cassandra.cql3 -
-
Uses of UserTypes.Value in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return UserTypes.Value Modifier and Type Method Description UserTypes.Value
UserTypes.DelayedValue. bind(QueryOptions options)
static UserTypes.Value
UserTypes.Value. fromSerialized(java.nio.ByteBuffer bytes, UserType type)
Methods in org.apache.cassandra.cql3 with parameters of type UserTypes.Value Modifier and Type Method Description boolean
UserTypes.Value. equals(UserType userType, UserTypes.Value v)
-