public class TypeDescription extends Object
| Modifier and Type | Method and Description |
|---|---|
MappingGetters.Getters |
getters() |
boolean |
isNullType() |
boolean |
isOptional() |
boolean |
isTimestamp() |
tech.ydb.table.values.OptionalValue |
nullValue() |
static TypeDescription |
of(tech.ydb.table.values.Type type) |
MappingSetters.Setters |
setters() |
MappingGetters.SqlType |
sqlType() |
tech.ydb.table.values.Type |
ydbType() |
public boolean isNullType()
public boolean isTimestamp()
public boolean isOptional()
public tech.ydb.table.values.OptionalValue nullValue()
public MappingGetters.SqlType sqlType()
public MappingGetters.Getters getters()
public MappingSetters.Setters setters()
public tech.ydb.table.values.Type ydbType()
public static TypeDescription of(tech.ydb.table.values.Type type)
Copyright © 2024. All rights reserved.