Menu

[r1127]: / trunk / ch.sahits.codegen.help / html / gettingstarted / feat_sqlcodegen.html  Maximize  Restore  History

Download this file

27 lines (25 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>SQL Insert Script Generation Features</title>
</head>
<body>
<h1>SQL Insert Script Generation Features</h1>
<h2>Supported databases</h2>
<p>Every database that is part of the datatools project can be used. All you have to do is
register the database. On how to do that please refere to the
<a href="http://wiki.eclipse.org/index.php/Getting_Started_with_DTP">wiki</a> of the project or check
out the part one of the video tutorial on the <a href="tut_sqlcodegen.html">tutorial section</a>.
</p>
<h2>Subset of data</h2>
<p>The strength of this plug-in is that you can define a where clause to select a subset of data of a
table for that the insert script is generated. There are only simple where clauses possible (no sub-selects).
</p>
<h2>Data manipulation</h2>
<p>Through the extension point ch.sahits.codegen.sql.manipulation classes can be supplied that modify
the data before generating an insert script. The data manipulation is naturally a thing that is specific
to a table, but never the less it might be less tedious than manipulating the created script by hand
especially if the manipulations a complex or dependent on the value.
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.