Class MySqlLoadXmlStatement

    • Constructor Detail

      • MySqlLoadXmlStatement

        public MySqlLoadXmlStatement()
    • Method Detail

      • getRowsIdentifiedBy

        public SQLExpr getRowsIdentifiedBy()
      • setRowsIdentifiedBy

        public void setRowsIdentifiedBy​(SQLExpr rowsIdentifiedBy)
      • isLowPriority

        public boolean isLowPriority()
      • setLowPriority

        public void setLowPriority​(boolean lowPriority)
      • isConcurrent

        public boolean isConcurrent()
      • setConcurrent

        public void setConcurrent​(boolean concurrent)
      • isLocal

        public boolean isLocal()
      • setLocal

        public void setLocal​(boolean local)
      • isReplicate

        public boolean isReplicate()
      • setReplicate

        public void setReplicate​(boolean replicate)
      • isIgnore

        public boolean isIgnore()
      • setIgnore

        public void setIgnore​(boolean ignore)
      • getTableName

        public SQLName getTableName()
      • setTableName

        public void setTableName​(SQLName tableName)
      • getCharset

        public String getCharset()
      • setCharset

        public void setCharset​(String charset)
      • getIgnoreLinesNumber

        public SQLExpr getIgnoreLinesNumber()
      • setIgnoreLinesNumber

        public void setIgnoreLinesNumber​(SQLExpr ignoreLinesNumber)