public class TypeDescription extends Object
| Modifier and Type | Method and Description |
|---|---|
MappingGetters.Getters |
getters() |
boolean |
isNull() |
boolean |
isNumber() |
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 isNull()
public boolean isTimestamp()
public boolean isNumber()
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.