Class ViewColumnWrapper


  • public class ViewColumnWrapper
    extends Column
    • Constructor Detail

      • ViewColumnWrapper

        public ViewColumnWrapper​(Column SameAsCol,
                                 ViewColumn VCol,
                                 int SequenceOrder)
    • Method Detail

      • getFullName

        public java.lang.String getFullName()
        Description copied from class: Column
        Gets the full Tilda name of the column, which includes the package name
        Overrides:
        getFullName in class Column
        Returns:
        The full Tilda name of the column, i.e., Package.Schema.Table.Column
      • getShortName

        public java.lang.String getShortName()
        Description copied from class: Column
        Gets the full SQL name of the column, i.e., Schema.Table.Column
        Overrides:
        getShortName in class Column
        Returns:
        the full SQL name of the column, i.e., Schema.Table.Column
      • getName

        public java.lang.String getName()
        Description copied from class: Column
        Gets the name of the column.
        Overrides:
        getName in class Column
        Returns:
        The name of the column
      • needsTZ

        public boolean needsTZ()
        Overrides the Column's method and defers to the ViewColumn implementation.
        Overrides:
        needsTZ in class Column
        Returns:
      • isList

        public boolean isList()
        Overrides:
        isList in class TypeDef
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Column