Package com.google.cloud.bigtable.common
Class Type.Timestamp
java.lang.Object
com.google.cloud.bigtable.common.Type.Timestamp
- All Implemented Interfaces:
Type,SqlType<org.threeten.bp.Instant>,Serializable
- Enclosing interface:
- Type
public abstract static class Type.Timestamp
extends Object
implements Type, SqlType<org.threeten.bp.Instant>
- 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
-
Timestamp
public Timestamp()
-
-
Method Details
-
create
-
getCode
- Specified by:
getCodein interfaceSqlType<org.threeten.bp.Instant>- Returns:
SqlType.Codeenum for this type
-
toString
-