| Modifier and Type | Method and Description |
|---|---|
static ResultSetMetadata.SchemaCase |
ResultSetMetadata.SchemaCase.forNumber(int value) |
ResultSetMetadata.SchemaCase |
ResultSetMetadata.getSchemaCase() |
ResultSetMetadata.SchemaCase |
ResultSetMetadata.Builder.getSchemaCase() |
ResultSetMetadata.SchemaCase |
ResultSetMetadataOrBuilder.getSchemaCase() |
static ResultSetMetadata.SchemaCase |
ResultSetMetadata.SchemaCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ResultSetMetadata.SchemaCase |
ResultSetMetadata.SchemaCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetMetadata.SchemaCase[] |
ResultSetMetadata.SchemaCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2026 Google LLC. All rights reserved.