Skip navigation links


oracle.idm.connection.sql
Class SqlConnection

java.lang.Object
  extended by oracle.idm.connection.Connection
      extended by oracle.idm.connection.sql.SqlConnection

All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, XmlPrintable

public class SqlConnection
extends Connection

This class represents SQL connections.


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.idm.connection.Connection
Connection.BusyInfo, Connection.CaptureInfo, Connection.CloseInfo, Connection.CountInfo, Connection.IdleInfo, Connection.InvalidateInfo, Connection.Match, Connection.OpenInfo, Connection.Operation, Connection.OperationInfo, Connection.Parameter, Connection.ProxyInfo, Connection.ReleaseInfo, Connection.RemoveInfo, Connection.ReturnInfo, Connection.Status, Connection.ValidateInfo

 

Field Summary
static java.lang.String TYPE
          Use for SQL connection type parameter value.

 

Fields inherited from class oracle.idm.connection.Connection
tag

 

Constructor Summary
protected SqlConnection(SqlConnectionManager manager, java.util.Map parameters)
          Creates a SQL connection.

 

Method Summary
 java.lang.String getType()
          Returns the connection type.

 

Methods inherited from class oracle.idm.connection.Connection
check, clone, compareTo, finalize, getBusyInfo, getCaptureInfo, getCloseInfo, getConnectionDelegate, getConnectionGroup, getConnectionPool, getIdleInfo, getInvalidateInfo, getLogger, getOpenInfo, getOperationInfo, getProxyInfo, getReleaseInfo, getRemoveInfo, getReturnInfo, getSerialNumber, getValidateInfo, isClone, isMatchingType, recordCapture, recordClose, recordInvalidate, recordOpen, recordProxy, recordRelease, recordRemove, recordReturn, recordState, recordValidate, unrecordState, xprint, xprintBody

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TYPE

public static final java.lang.String TYPE
Use for SQL connection type parameter value.
See Also:
Constant Field Values

Constructor Detail

SqlConnection

protected SqlConnection(SqlConnectionManager manager,
                        java.util.Map parameters)
Creates a SQL connection.

Method Detail

getType

public java.lang.String getType()
Description copied from class: Connection
Returns the connection type.
Specified by:
getType in class Connection
Returns:
string representing the connection type

Skip navigation links