public final class H2ColumnMetadata extends Object implements io.r2dbc.spi.ColumnMetadata
ColumnMetadata for an H2 database.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Class<?> |
getJavaType() |
String |
getName() |
Object |
getNativeTypeMetadata() |
io.r2dbc.spi.Nullability |
getNullability() |
Integer |
getPrecision() |
Integer |
getScale() |
int |
hashCode() |
String |
toString() |
public Class<?> getJavaType()
getJavaType in interface io.r2dbc.spi.ColumnMetadatapublic String getName()
getName in interface io.r2dbc.spi.ColumnMetadatapublic Object getNativeTypeMetadata()
getNativeTypeMetadata in interface io.r2dbc.spi.ColumnMetadatapublic io.r2dbc.spi.Nullability getNullability()
getNullability in interface io.r2dbc.spi.ColumnMetadatapublic Integer getPrecision()
getPrecision in interface io.r2dbc.spi.ColumnMetadatapublic Integer getScale()
getScale in interface io.r2dbc.spi.ColumnMetadataCopyright © 2020. All rights reserved.