Class ColumnDefinition

    • Constructor Detail

      • ColumnDefinition

        public ColumnDefinition​(Identifier name,
                                DataType type,
                                boolean nullable,
                                java.util.List<Property> properties,
                                java.util.Optional<java.lang.String> comment)
      • ColumnDefinition

        public ColumnDefinition​(NodeLocation location,
                                Identifier name,
                                DataType type,
                                boolean nullable,
                                java.util.List<Property> properties,
                                java.util.Optional<java.lang.String> comment)
    • Method Detail

      • isNullable

        public boolean isNullable()
      • getProperties

        public java.util.List<Property> getProperties()
      • getComment

        public java.util.Optional<java.lang.String> getComment()
      • getChildren

        public java.util.List<Node> getChildren()
        Specified by:
        getChildren in class Node
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class Node
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class Node
      • toString

        public java.lang.String toString()
        Specified by:
        toString in class Node