org.enhydra.jdbc.instantdb
Class IdbDataSource
java.lang.Object
org.enhydra.jdbc.util.JdbcUtil
org.enhydra.jdbc.core.CoreDataSource
org.enhydra.jdbc.standard.StandardDataSource
org.enhydra.jdbc.instantdb.IdbDataSource
- All Implemented Interfaces:
- Serializable, Wrapper, Referenceable, ObjectFactory, CommonDataSource, DataSource
public class IdbDataSource
- extends StandardDataSource
- implements DataSource
Data source for creating IdbConnections.
- See Also:
- Serialized Form
| Fields inherited from class org.enhydra.jdbc.util.JdbcUtil |
log |
| Methods inherited from class org.enhydra.jdbc.standard.StandardDataSource |
equals, getConnection, getConnection, getDriverName, getObjectInstance, getReference, getTransactionIsolation, getUrl, hashCode, setTransactionIsolation, setUrl, toString |
| Methods inherited from class org.enhydra.jdbc.core.CoreDataSource |
getDescription, getLoginTimeout, getLogWriter, getPassword, getThreadFactory, getUser, isDebug, isVerbose, setDebug, setDescription, setLoginTimeout, setLogWriter, setPassword, setThreadFactory, setUser, setVerbose, shutdown |
IdbDataSource
public IdbDataSource()
throws SQLException
- Constructors
- Throws:
SQLException
IdbDataSource
public IdbDataSource(Driver driver)
throws SQLException
- Constructors
- Throws:
SQLException
setDriverName
public void setDriverName(String driverName)
throws SQLException
- Description copied from class:
StandardDataSource
- set the name of the jdbc driver
- Overrides:
setDriverName in class StandardDataSource
- Parameters:
driverName - the string representation of the jdbc driver name
- Throws:
SQLException
Copyright © 2011. All Rights Reserved.