|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.hammurapi.sql.ConnectionPerThreadDataSource
biz.hammurapi.sql.cloudscape.CloudscapeDataSource
biz.hammurapi.sql.cloudscape.CloudscapeTmpDataSource
public class CloudscapeTmpDataSource
Hypersonic temporary data source. It is similar to standalone datasource, but data files are created in system temporary directory and are scheduled to deletion on JVM exit. Use this datasource if you need to keep large amount of temporary data, for example data pumping applications can benefit from such data source.
Constructor Summary | |
---|---|
CloudscapeTmpDataSource(java.lang.String initScript)
|
Method Summary |
---|
Methods inherited from class biz.hammurapi.sql.cloudscape.CloudscapeDataSource |
---|
initDB |
Methods inherited from class biz.hammurapi.sql.ConnectionPerThreadDataSource |
---|
finalize, getConnection, getConnection, getInitConnectionTransaction, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter, setOwner, shutdown, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloudscapeTmpDataSource(java.lang.String initScript) throws java.lang.ClassNotFoundException, java.io.IOException, java.sql.SQLException
initScript
- Fully qualified name of database initialization script to be loaded by
classloader. Can be null.
java.lang.ClassNotFoundException
java.io.IOException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |