Questions tagged [eclipse-dtp]

Use this tag for questions about the Eclipse Data Tools Platform which provides tools for simplifying database handling.

The Eclipse Data Tools Platform (DTP) provides tools to simplify the handling of databases.

For example the DTP provides an editor for SQL statements or a database browser.

The Data Tools Platform (DTP) project includes extensible frameworks and exemplary tools, enabling a diverse set of plug-in offerings specific to particular data-centric technologies and supported by the DTP ecosystem.

22 questions
0
votes
0 answers

Eclipse Data Tools Project: SQL Query Parser - Imports fail to resolve

I am using Eclipse 4.5.1 Mars and the Data Tools Project is already integrated in this distribution. I am trying to use the SQL Query Parser of the Data Tools Project to parse a SQL-file. I created a new Java project, a package and a class and I…
Tobias K
  • 1
  • 1
0
votes
0 answers

How to make Eclipse respect \" for delimited identifiers in JPA 2.0?

According to JPA 2.0 spec, when defining delimited identifiers (useful for those that match reserved words) escaped double quotes \" must be used. For instance, an entity in a table named USER should be annotated @Table(name = "\"USER\""). In 1.0…
0
votes
1 answer

Get DB2-specific parser instance

I'm trying to create a simple plugin where I can paste in an sql query from our logs and have it display the column names and inserted values in a table. I've got it working, except for dates and times, because our DB2 database uses special values…
Brad Mace
  • 27,194
  • 17
  • 102
  • 148
0
votes
1 answer

Eclipse DTP still doesn't handle delimiter statements

This use sample_db; CREATE TRIGGER bar_in BEFORE INSERT ON bar FOR EACH ROW BEGIN DECLARE foo INT; END; fails with You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax…
Jakub Bochenski
  • 3,113
  • 4
  • 33
  • 61
0
votes
1 answer

After successfully creating a MySQL database within Eclipse Juno, how/where do I save my database?

I'm in the Database Perspective, and being that this is the first time for me working with the any type of database within Eclipse, I want to make sure I save it correctly upon exit. When I click Save As, it prompts me to select a folder, but…
CodeFinity
  • 1,142
  • 2
  • 19
  • 19
0
votes
1 answer

Missing dependency in DTP feature

I have dependency on some DTP features including org.eclipse.datatools.sqltools.parsers.sql.lexer. During the build I get error Missing requirement: Eclipse Data Tools Platform Lexer Plug-in 1.0.1.v201107221520 …
positron
  • 3,643
  • 3
  • 22
  • 26
-1
votes
1 answer

free gui tool to export and import data from and to relational databases

I'm searching free (as in freedom) GUI tools that allow me to export data from one relational database into files (CSV, XML, ...) and to bulk import this data into another database. Both database might be from different vendors. I'm already aware of…
Thomas Koch
  • 2,833
  • 2
  • 28
  • 36
1
2