Uses of Enum
com.google.cloud.bigtable.data.v2.models.sql.SqlType.Code
Packages that use SqlType.Code
-
Uses of SqlType.Code in com.google.cloud.bigtable.common
Methods in com.google.cloud.bigtable.common that return SqlType.CodeModifier and TypeMethodDescriptionType.Array.getCode()Type.Bool.getCode()Type.Bytes.getCode()Type.Date.getCode()Type.Float32.getCode()Type.Float64.getCode()Type.Int64.getCode()Type.Map.getCode()Type.SchemalessStruct.getCode()Type.String.getCode()Type.StructWithSchema.getCode()Type.Timestamp.getCode() -
Uses of SqlType.Code in com.google.cloud.bigtable.data.v2.models.sql
Methods in com.google.cloud.bigtable.data.v2.models.sql that return SqlType.CodeModifier and TypeMethodDescriptionSqlType.getCode()static SqlType.CodeReturns the enum constant of this type with the specified name.static SqlType.Code[]SqlType.Code.values()Returns an array containing the constants of this enum type, in the order they are declared.