org.hsqldb.jdbc
Class jdbcDataSourceFactory
java.lang.Object
org.hsqldb.jdbc.jdbcDataSourceFactory
- ObjectFactory
public class jdbcDataSourceFactory
extends java.lang.Object
implements ObjectFactory
Object | getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) - Creates a jdbcDatasource object using the location or reference
information specified.
|
getObjectInstance
public Object getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable environment)
throws Exception
Creates a jdbcDatasource object using the location or reference
information specified.
The Reference object should support the properties, database, user,
password.
obj
- The reference information used in creating a
jdbcDatasource object.name
- ignorednameCtx
- ignoredenvironment
- ignored
- A newly created jdbcDataSource object; null if an object
cannot be created.
Copyright B) 2001 - 2005 HSQL Development Group. All Rights Reserved.