Interface GettableData
-
- All Superinterfaces:
GettableByIndexData
,GettableByNameData
- All Known Implementing Classes:
AbstractGettableData
,UDTValue
public interface GettableData extends GettableByIndexData, GettableByNameData
Collection of (typed) CQL values that can be retrieved either by index (starting at zero) or by name.
-
-
Method Summary
-
Methods inherited from interface org.apache.cassandra.cql3.functions.types.GettableByIndexData
get, get, get, getBool, getByte, getBytes, getBytesUnsafe, getDate, getDecimal, getDouble, getFloat, getInet, getInt, getList, getList, getLong, getMap, getMap, getObject, getSet, getSet, getShort, getString, getTime, getTimestamp, getTupleValue, getUDTValue, getUUID, getVarint, isNull
-
Methods inherited from interface org.apache.cassandra.cql3.functions.types.GettableByNameData
get, get, get, getBool, getByte, getBytes, getBytesUnsafe, getDate, getDecimal, getDouble, getFloat, getInet, getInt, getList, getList, getLong, getMap, getMap, getObject, getSet, getSet, getShort, getString, getTime, getTimestamp, getTupleValue, getUDTValue, getUUID, getVarint, isNull
-
-