|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LobHandler | |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.pds.oracle81 | |
wt.pom | Provides low-level, yet database independent, access to a database. |
wt.team |
Uses of LobHandler in wt.pds |
Classes in wt.pds that implement LobHandler | |
class |
AbstractLobHandler
This abstract class provides common basic Lob handling operations in terms of low level access APIs that must be implemented by concrete subclasses. |
class |
BasicLobHandler
This class provides a basic Lob Handler implementation using JDBC. |
class |
ChunkLobHandler
This abstract class provides capabilities for reading and writing Lob data in chunks. |
class |
DBMSLobHandler
This abstract class provides common basic Lob handling operations in terms of low level DBMS_LOB package access APIs. |
Fields in wt.pds declared as LobHandler | |
private LobHandler |
SQLDatabasePds.lobHandler
|
Uses of LobHandler in wt.pds.oracle81 |
Classes in wt.pds.oracle81 that implement LobHandler | |
class |
DBMSLobHandler81
Supported API: false Extendable: false |
class |
StandardLobHandler81
This concrete class provides standard Lob handling implementation for Oracle 8.1 using JDBC. |
Uses of LobHandler in wt.pom |
Methods in wt.pom that return LobHandler | |
LobHandler |
DataServicesRegistry.getLobHandler(Class a_requestor)
Returns a LobHandler implementation for the specified class. |
Uses of LobHandler in wt.team |
Fields in wt.team declared as LobHandler | |
private static LobHandler |
MigrateProjectToTeamObject.lobHandler
|
private static LobHandler |
MigrateProjectToTeamObject.lobHandler
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |