Class ArraySqlType

All Implemented Interfaces:
Serializable, Cloneable, RelDataType, RelDataTypeFamily

public class ArraySqlType extends AbstractSqlType
SQL array type.
See Also:
  • Constructor Details

    • ArraySqlType

      public ArraySqlType(RelDataType elementType, boolean isNullable)
      Creates an ArraySqlType. This constructor should only be called from a factory method.
  • Method Details