Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


com.sigmadynamics.server
Interface SDDataSourceInterface

All Known Implementing Classes:
SDDataSource

public interface SDDataSourceInterface

This interface is a customization of the J2EE DataSource interface.

Since:
3.0

Method Summary
 java.sql.Connection getConnection()
          For convenience, this method for obtaining a Connection does not throw a SQLException .
 java.lang.String getName()
           

 

Method Detail

getName

java.lang.String getName()
Returns:
JNDI name of DataSource.

getConnection

java.sql.Connection getConnection()
For convenience, this method for obtaining a Connection does not throw a SQLException .

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


Copyright © 2010, Oracle. All rights reserved.