|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.idm.connection.Connection
oracle.idm.connection.sql.SqlConnection
public class SqlConnection
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 |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
protected SqlConnection(SqlConnectionManager manager, java.util.Map parameters)
Method Detail |
---|
public java.lang.String getType()
Connection
getType
in class Connection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |