Class Type.Bool (2.43.0)

public abstract static class Type.Bool implements Type, SqlType<Boolean>

Inheritance

java.lang.Object > Type.Bool

Implements

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

Static Methods

create()

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

Constructors

Bool()

public Bool()

Methods

getCode()

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

toString()

public String toString()
Returns
Type Description
String
Overrides