Package | Description |
---|---|
org.apache.cassandra.cql3 |
Modifier and Type | Method and Description |
---|---|
static ResultSet.Flag |
ResultSet.Flag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultSet.Flag[] |
ResultSet.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<ResultSet.Flag> |
ResultSet.Flag.deserialize(int flags) |
Modifier and Type | Method and Description |
---|---|
static int |
ResultSet.Flag.serialize(java.util.EnumSet<ResultSet.Flag> flags) |
Copyright © 2020 The Apache Software Foundation