net.wgen.op.db.lob
Class LobHandlerFactory
java.lang.Object
net.wgen.op.db.lob.LobHandlerFactory
- public class LobHandlerFactory
- extends java.lang.Object
- Version:
- $Id: LobHandlerFactory.html,v 1.2 2007/01/28 04:09:37 paulfeuer Exp $
- Author:
- Paul Feuer, Wireless Generation, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYSTEM_PROPERTY
public static final java.lang.String SYSTEM_PROPERTY
JBOSS_CX
private static final java.lang.String JBOSS_CX
- See Also:
- Constant Field Values
ORA_CX
private static final java.lang.String ORA_CX
- See Also:
- Constant Field Values
MYSQL_CX
private static final java.lang.String MYSQL_CX
- See Also:
- Constant Field Values
MYSQL_WRAPPED_CX
private static final java.lang.String MYSQL_WRAPPED_CX
- See Also:
- Constant Field Values
ORA_LOB
private static final java.lang.String ORA_LOB
- See Also:
- Constant Field Values
JBOSS_LOB
private static final java.lang.String JBOSS_LOB
- See Also:
- Constant Field Values
MYSQL_LOB
private static final java.lang.String MYSQL_LOB
- See Also:
- Constant Field Values
_delegatedFactory
private static final LobHandlerFactory _delegatedFactory
LobHandlerFactory
public LobHandlerFactory()
createForConnection
public static LobHandler createForConnection(java.sql.Connection connection)
_createForConnection
protected LobHandler _createForConnection(java.sql.Connection connection)
getLobHandler
protected LobHandler getLobHandler(java.sql.Connection connection)