Class ExportTableInfo

    • Constructor Detail

      • ExportTableInfo

        public ExportTableInfo​(String name)
        The constructor
        Parameters:
        name - the table name
    • Method Detail

      • getNbColumns

        public int getNbColumns()
        Get the number of columns of the table
        Returns:
        the number of columns of the table
      • incrementNbColumns

        public void incrementNbColumns​(int nb)
        Increment the number of columns by nb
        Parameters:
        nb - the nb to add
      • addCreateQuery

        public void addCreateQuery​(String query)
        Add a query
        Parameters:
        query - the query to add
      • addCommentQuery

        public void addCommentQuery​(String query)
        Add a query
        Parameters:
        query - the query to add
      • addInsertQuery

        public void addInsertQuery​(String query)
        Add a query
        Parameters:
        query - the query to add