public interface AccessibleByIndex extends Data
Modifier and Type | Method and Description |
---|---|
DataType |
getType(int i)
Returns the CQL type of the
i th value. |
int |
size()
Returns the number of values.
|
codecRegistry, protocolVersion
int size()
@NonNull DataType getType(int i)
i
th value.IndexOutOfBoundsException
- if the index is invalid.Copyright © 2017–2020. All rights reserved.