Package org.h2.value

Class ExtTypeInfo

java.lang.Object
org.h2.value.ExtTypeInfo
All Implemented Interfaces:
HasSQL
Direct Known Subclasses:
ExtTypeInfoEnum, ExtTypeInfoGeometry, ExtTypeInfoNumeric, ExtTypeInfoRow, TypeInfo

public abstract class ExtTypeInfo extends Object implements HasSQL
Extended parameters of a data type.
  • Constructor Details

    • ExtTypeInfo

      public ExtTypeInfo()
  • Method Details