Record Class LogicalType.NullType
java.lang.Object
java.lang.Record
dev.hardwood.metadata.LogicalType.NullType
- All Implemented Interfaces:
LogicalType
- Enclosing interface:
LogicalType
Column whose every value is null. Carries no parameters; the value of
every row in such a column is SQL NULL.
-
Nested Class Summary
Nested classes/interfaces inherited from interface LogicalType
LogicalType.BsonType, LogicalType.DateType, LogicalType.DecimalType, LogicalType.EdgeInterpolationAlgorithm, LogicalType.EnumType, LogicalType.Float16Type, LogicalType.GeographyType, LogicalType.GeometryType, LogicalType.IntervalType, LogicalType.IntType, LogicalType.JsonType, LogicalType.ListType, LogicalType.MapType, LogicalType.NullType, LogicalType.StringType, LogicalType.TimestampType, LogicalType.TimeType, LogicalType.TimeUnit, LogicalType.UuidType, LogicalType.VariantType -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullType
public NullType()Creates an instance of aNullTyperecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-