| Package | Description |
|---|---|
| io.stargate.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.fromCqlType(Column.Type cqlType) |
static Optional<CqlScalar> |
CqlScalar.fromGraphqlName(String graphqlName) |
Copyright © 2023. All rights reserved.