Class Column


  • public class Column
    extends Object
    Author:
    Claus Stadler

    Date: 12/6/11 Time: 4:48 PM

    • Constructor Detail

      • Column

        public Column​(int ordinalPosition,
                      String name,
                      String type)
      • Column

        public Column​(int ordinalPosition,
                      String name,
                      String type,
                      Boolean isNullable)
    • Method Detail

      • getOrdinalPosition

        public int getOrdinalPosition()
      • getName

        public String getName()
      • getType

        public String getType()
      • isNullable

        public Boolean isNullable()
      • isNullable

        public Boolean isNullable​(boolean assumption)
        Return the value with a default assumption
        Parameters:
        def -
        Returns: