Query Clipboard Plugin

Add this URL to your Eclipse Installation to reach this solution's update site.

2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2024-12 (4.34), 2025-03 (4.35), 2025-06 (4.36)

https://raw.githubusercontent.com/Giordanobass/QueryClipboardPlugin/master/queryClipboardPluginUpdateSite/

Learn more...
Solution Description

Description

The QueryClipboardPlugin is an Eclipse plugin that captures SQL queries from the clipboard and inserts them into the active Java file in the format of a StringBuilder. The plugin detects the cursor's position in the code editor and adds the formatted query at the corresponding location.

How to Use

  1. Keyboard Shortcut: After installing the plugin, copy an SQL query to the clipboard.

    In Eclipse, position the cursor in the Java file where you want to insert the StringBuilder.

    Press Ctrl + 8 to execute the plugin.

  2. The code will be added at the cursor's position.

Example

  • Suppose the SQL query on the clipboard is:
    SELECT * FROM users WHERE id = 1;
  • After pressing Ctrl + 8, the plugin inserts:
    sql.append("SELECT * FROM users WHERE id = 1;");

At the exact location where the cursor was in the Java file.
 

Tags: java

Additional Details

Eclipse Versions: 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2024-12 (4.34), 2025-03 (4.35), 2025-06 (4.36)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Giordano Amaral do Nascimento

Development Status: Beta

Date Created: Thursday, October 24, 2024 - 12:59

License: Other Open Source

Date Updated: Tuesday, October 29, 2024 - 08:45

Submitted by: Giordano Amaral do Nascimento

Screenshot
Date Ranking Installs Clickthroughs
December 2025 511/547 1 3
November 2025 478/626 5 8
October 2025 637/637 1 10
September 2025 455/653 6 9
August 2025 535/615 2 5
July 2025 413/636 8 7
June 2025 572/627 2 15
May 2025 356/634 17 5
April 2025 496/623 4 14
March 2025 420/661 12 9
February 2025 480/645 7 14
January 2025 440/654 9 8
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Query Clipboard Plugin.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client