| Package | Description |
|---|---|
| io.stargate.sgv2.graphql.schema.scalars |
| Modifier and Type | Method and Description |
|---|---|
static CqlScalar |
CqlScalar.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqlScalar[] |
CqlScalar.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<CqlScalar> |
CqlScalar.fromBasicCqlType(io.stargate.bridge.proto.QueryOuterClass.TypeSpec.Basic cqlType) |
static Optional<CqlScalar> |
CqlScalar.fromGraphqlName(String graphqlName) |
Copyright © 2022. All rights reserved.