|
||||||||||
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.CloudscapeServerDataSource
public class CloudscapeServerDataSource
Hypersonic server data source.
Constructor Summary | |
---|---|
CloudscapeServerDataSource(java.lang.String host,
java.lang.String database,
java.lang.String user,
java.lang.String password,
biz.hammurapi.sql.Transaction initConnectionTransaction)
Connects to remote host specified by host parameter. |
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, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloudscapeServerDataSource(java.lang.String host, java.lang.String database, java.lang.String user, java.lang.String password, biz.hammurapi.sql.Transaction initConnectionTransaction) throws java.lang.ClassNotFoundException
host
- Host string. E.g. 3.111.12.14:3000user
- User namepassword
- PasswordinitConnectionTransaction
-
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |