please see https://github.com/adrianshum/jdbcdslog, that has more interesting new features.
jdbcdslog-exp is an experimental fork of jdbcdslog that:
- more directly fill SQL statement (you can copy it to the tool and can be used directly, like Oracle's SQL Developer or PL/SQL and so on )
- can use a configurable SQL formatter
- can be configured to display elapsed time
- is available in the maven central repository
- supports Java 5 and above (you need to understand that the project should compile with jdk 1.5) (Of course, the original function does not change!)
if you want get more infos please see the original version of jdbcdslog at http://code.google.com/p/jdbcdslog/
<dependency>
<groupId>com.googlecode.usc</groupId>
<artifactId>jdbcdslog</artifactId>
<version>1.0.6.2</version>
</dependency>
if you like the native version (jdbcdslog) and use maven, please change the version to 1.0.5.1, i post it into maven central repo to support for maven.
if you love svn please via jdbcdslog-exp in googlecode or checkout
svn checkout http://jdbcdslog-exp.googlecode.com/svn/trunk/ jdbcdslog-exp-read-only
please see user guide: Origin UserGuide and UserGuide
if you have any questions,welcome to contact me via Email([email protected]) or create issues with https://github.com/jdbcdslog/jdbcdslog/issues ,i will reply you as soon as possible.