Class Type.Int64 (2.44.0)

public abstract static class Type.Int64 implements Type, SqlType<Long>

Inheritance

java.lang.Object > Type.Int64

Implements

Type, com.google.cloud.bigtable.data.v2.models.sql.SqlType<java.lang.Long>

Static Methods

create()

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

Constructors

Int64()

public Int64()

Methods

getCode()

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

toString()

public String toString()
Returns
Type Description
String
Overrides