Class Type.Timestamp (2.44.0)

public abstract static class Type.Timestamp implements Type, SqlType<Instant>

Inheritance

java.lang.Object > Type.Timestamp

Implements

Type, com.google.cloud.bigtable.data.v2.models.sql.SqlType<org.threeten.bp.Instant>

Static Methods

create()

public static Type.Timestamp create()
Returns
Type Description
Type.Timestamp

Constructors

Timestamp()

public Timestamp()

Methods

getCode()

public SqlType.Code getCode()
Returns
Type Description
SqlType.Code

toString()

public String toString()
Returns
Type Description
String
Overrides