Package com.google.cloud.bigtable.common
Class Type.Date
java.lang.Object
com.google.cloud.bigtable.common.Type.Date
- All Implemented Interfaces:
Type,SqlType<com.google.cloud.Date>,Serializable
- Enclosing interface:
- Type
public abstract static class Type.Date
extends Object
implements Type, SqlType<com.google.cloud.Date>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
SqlType.Array<Elem>, SqlType.Code, SqlType.Map<K,V>, SqlType.Struct Nested classes/interfaces inherited from interface com.google.cloud.bigtable.common.Type
Type.Array<Elem>, Type.Bool, Type.Bytes, Type.Date, Type.DefaultInstances, Type.Float32, Type.Float64, Type.Int64, Type.Map<K,V>, Type.SchemalessStruct, Type.String, Type.StructWithSchema, Type.Timestamp -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Date
public Date()
-
-
Method Details
-
create
-
getCode
- Specified by:
getCodein interfaceSqlType<com.google.cloud.Date>- Returns:
SqlType.Codeenum for this type
-
toString
-