| Modifier and Type | Method and Description |
|---|---|
static SqlTranslationError.SqlTranslationErrorType |
SqlTranslationError.SqlTranslationErrorType.forNumber(int value) |
SqlTranslationError.SqlTranslationErrorType |
SqlTranslationErrorOrBuilder.getErrorType()
The type of SQL translation error.
|
SqlTranslationError.SqlTranslationErrorType |
SqlTranslationError.getErrorType()
The type of SQL translation error.
|
SqlTranslationError.SqlTranslationErrorType |
SqlTranslationError.Builder.getErrorType()
The type of SQL translation error.
|
static SqlTranslationError.SqlTranslationErrorType |
SqlTranslationError.SqlTranslationErrorType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SqlTranslationError.SqlTranslationErrorType |
SqlTranslationError.SqlTranslationErrorType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SqlTranslationError.SqlTranslationErrorType |
SqlTranslationError.SqlTranslationErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlTranslationError.SqlTranslationErrorType[] |
SqlTranslationError.SqlTranslationErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SqlTranslationError.SqlTranslationErrorType> |
SqlTranslationError.SqlTranslationErrorType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SqlTranslationError.Builder |
SqlTranslationError.Builder.setErrorType(SqlTranslationError.SqlTranslationErrorType value)
The type of SQL translation error.
|
Copyright © 2024 Google LLC. All rights reserved.