Class UserDefinedObjectType

    • Constructor Detail

      • UserDefinedObjectType

        public UserDefinedObjectType​(String contributor,
                                     Namespace namespace,
                                     Identifier physicalTypeName)
    • Method Detail

      • getColumn

        public Column getColumn​(Column column)
        Return the column which is identified by column provided as argument.
        Parameters:
        column - column with at least a name.
        Returns:
        the underlying column or null if not inside this table. Note: the instance *can* be different than the input parameter, but the name will be the same.
      • getColumn

        public Column getColumn​(int n)
      • addColumn

        public void addColumn​(Column column)
      • getColumnSpan

        public int getColumnSpan()
      • containsColumn

        public boolean containsColumn​(Column column)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • getOrderMapping

        @Internal
        public int[] getOrderMapping()