Savepoints can be either named or unnamed. Unnamed
savepoints
are identified by an ID generated by the underlying
data source.
HSQLDB-Specific Information:
As the SQL 2003 standard does not provide for unnamed savepoints,
this feature is not supported.
If the connection is autoCommit, setting savepoints has no effect as any
such savepoint is cleared upon the execution of the first transactional
statement.