Class Type.Date (2.43.0)

public abstract static class Type.Date implements Type, SqlType<Date>

Inheritance

java.lang.Object > Type.Date

Implements

Type, com.google.cloud.bigtable.data.v2.models.sql.SqlType<com.google.cloud.Date>

Static Methods

create()

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

Constructors

Date()

public Date()

Methods

getCode()

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

toString()

public String toString()
Returns
Type Description
String
Overrides