Uses of Class
flyteidl.core.Tasks.Sql.Dialect
-
Packages that use Tasks.Sql.Dialect Package Description flyteidl.core -
-
Uses of Tasks.Sql.Dialect in flyteidl.core
Fields in flyteidl.core declared as Tasks.Sql.Dialect Modifier and Type Field Description private static Tasks.Sql.Dialect[]Tasks.Sql.Dialect. VALUESFields in flyteidl.core with type parameters of type Tasks.Sql.Dialect Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Tasks.Sql.Dialect>Tasks.Sql.Dialect. internalValueMapMethods in flyteidl.core that return Tasks.Sql.Dialect Modifier and Type Method Description static Tasks.Sql.DialectTasks.Sql.Dialect. forNumber(int value)Tasks.Sql.DialectTasks.Sql.Builder. getDialect().flyteidl.core.Sql.Dialect dialect = 2;Tasks.Sql.DialectTasks.Sql. getDialect().flyteidl.core.Sql.Dialect dialect = 2;Tasks.Sql.DialectTasks.SqlOrBuilder. getDialect().flyteidl.core.Sql.Dialect dialect = 2;static Tasks.Sql.DialectTasks.Sql.Dialect. valueOf(int value)Deprecated.static Tasks.Sql.DialectTasks.Sql.Dialect. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Tasks.Sql.DialectTasks.Sql.Dialect. valueOf(String name)Returns the enum constant of this type with the specified name.static Tasks.Sql.Dialect[]Tasks.Sql.Dialect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.core that return types with arguments of type Tasks.Sql.Dialect Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Tasks.Sql.Dialect>Tasks.Sql.Dialect. internalGetValueMap()Methods in flyteidl.core with parameters of type Tasks.Sql.Dialect Modifier and Type Method Description Tasks.Sql.BuilderTasks.Sql.Builder. setDialect(Tasks.Sql.Dialect value).flyteidl.core.Sql.Dialect dialect = 2;
-