Class InsertData

    • Field Detail

      • dataBlock

        private final java.lang.String dataBlock
      • lineNumberCorrection

        private int lineNumberCorrection
    • Constructor Detail

      • InsertData

        public InsertData​(java.lang.String dataBlock)
    • Method Detail

      • visit

        public <X extends java.lang.Exception> void visit​(QueryModelVisitor<X> visitor)
                                                   throws X extends java.lang.Exception
        Description copied from interface: QueryModelNode
        Visits this node. The node reports itself to the visitor with the proper runtime type.
        Specified by:
        visit in interface QueryModelNode
        Throws:
        X extends java.lang.Exception
      • getDataBlock

        public java.lang.String getDataBlock()
      • equals

        public boolean equals​(java.lang.Object other)
        Description copied from interface: QueryModelNode
        Returns true if this query model node and its children are recursively equal to o and its children.
        Specified by:
        equals in interface QueryModelNode
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • isSilent

        public boolean isSilent()
        Specified by:
        isSilent in interface UpdateExpr
        Returns:
        Returns the silent.
      • getLineNumberOffset

        public int getLineNumberOffset()
        Returns:
        the lineNumberCorrection
      • setLineNumberOffset

        public void setLineNumberOffset​(int lineNumberOffset)