org.hsqldb.jdbc
public class jdbcDataSourceFactory extends Object implements ObjectFactory
Method Summary | |
---|---|
Object | getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment)
Creates a jdbcDatasource object using the location or reference
information specified. The Reference object should support the properties, database, user, password. |
The Reference object should support the properties, database, user, password.
Parameters: obj The reference information used in creating a jdbcDatasource object. name ignored nameCtx ignored environment ignored
Returns: A newly created jdbcDataSource object; null if an object cannot be created.
Throws: Exception never