Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.jdbc » schema » [javadoc | source]
org.apache.openjpa.jdbc.schema
public class: SimpleDriverDataSource [javadoc | source]
java.lang.Object
   org.apache.openjpa.jdbc.schema.SimpleDriverDataSource

All Implemented Interfaces:
    DriverDataSource

Non-pooling driver data source.
Method from org.apache.openjpa.jdbc.schema.SimpleDriverDataSource Summary:
createConnectionDecorators,   getClassLoader,   getConnection,   getConnection,   getConnection,   getConnectionDriverName,   getConnectionFactoryProperties,   getConnectionProperties,   getConnectionURL,   getConnectionUserName,   getLogWriter,   getLoginTimeout,   initDBDictionary,   setClassLoader,   setConnectionDriverName,   setConnectionFactoryProperties,   setConnectionPassword,   setConnectionProperties,   setConnectionURL,   setConnectionUserName,   setLogWriter,   setLoginTimeout
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.jdbc.schema.SimpleDriverDataSource Detail:
 public List createConnectionDecorators() 
 public ClassLoader getClassLoader() 
 public Connection getConnection() throws SQLException 
 public Connection getConnection(Properties props) throws SQLException 
 public Connection getConnection(String username,
    String password) throws SQLException 
 public String getConnectionDriverName() 
 public Properties getConnectionFactoryProperties() 
 public Properties getConnectionProperties() 
 public String getConnectionURL() 
 public String getConnectionUserName() 
 public PrintWriter getLogWriter() 
 public int getLoginTimeout() 
 public  void initDBDictionary(DBDictionary dict) 
 public  void setClassLoader(ClassLoader classLoader) 
 public  void setConnectionDriverName(String connectionDriverName) 
 public  void setConnectionFactoryProperties(Properties props) 
 public  void setConnectionPassword(String connectionPassword) 
 public  void setConnectionProperties(Properties props) 
 public  void setConnectionURL(String connectionURL) 
 public  void setConnectionUserName(String connectionUserName) 
 public  void setLogWriter(PrintWriter out) 
 public  void setLoginTimeout(int seconds)