This page attempts to address the more frequently asked questions about Squiggle.
Squiggle's only purpose is for performing text-manipulation of SQL. It does not use any of the JDBC classes. Typically you would use Squiggle to generate your statement, then pass it to JDBC for execution.
It doesn't. Squiggle is not a persistence layer. In most cases I would recommend using a persistence layer such as Hibernate or JDO, but there are some occassions where you just need to revert to a plain old SQL query.
Sure! Squiggle is open sourced under a BSD license. Please read the license thoroughly.
Yep.
Nope. Squiggle's purpose is for building SELECT statements only. However you can extend Squiggle to support custom needs if you want.
| Squiggle Home Page | Joe Walnes, <joe@truemesh.com> - http://joe.truemesh.com/ |