| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DBSystem | |
| planetj.database | |
| planetj.database.fielddescriptors | |
| planetj.dataengine | |
| planetj.dataengine.task | |
| planetj.fdmanager.magic | |
| planetj.magic | |
| Uses of DBSystem in planetj.database | 
| Subclasses of DBSystem in planetj.database | |
 class | 
AS400DBSystem
Insert the type's description here.  | 
 class | 
DB2DBSystem
Insert the type's description here.  | 
 class | 
DB2LocalSystem
Insert the type's description here.  | 
 class | 
MSAccessDBSystem
Represents a Microsoft Access database  | 
 class | 
MySQLDBSystem
 | 
 class | 
OracleDBSystem
 | 
 class | 
SQLServerDBSystem
Insert the type's description here.  | 
| Methods in planetj.database that return DBSystem | |
 DBSystem | 
Table.getSystem()
Returns the system of the Library to which this Table belongs.  | 
 DBSystem | 
Library.getSystem()
Returns the DBSystem to which this Library belongs.  | 
 DBSystem | 
Field.getSystem()
Returns the DBSystem this Fields Table belongs to (its Table gets its DBSystem from its Library).  | 
static DBSystem | 
DBSystem.createSystem(String systemURL)
Deprecated. removed (11/29/2002 1:48:58 PM) - driver is no required to create the DBSystem  | 
static DBSystem | 
DBSystem.createSystem(String url,
             String alias)
Creates and returns a new DBSystem using the given system url and alias  | 
static DBSystem | 
DBSystem.createSystem(String url,
             String alias,
             Class dbSystem)
Creates and returns a new DBSystem using the given system url and alias  | 
static DBSystem | 
DBSystem.createSystem(String url,
             String alias,
             String driver)
Creates and returns a new DBSystem using the given system url and alias  | 
static DBSystem | 
DBSystem.getMetaDataSystem()
Gets the metadata system  | 
static DBSystem | 
DBSystem.getSystem(String systemAlias)
Gets the DBSystem for the given system alias.  | 
| Methods in planetj.database with parameters of type DBSystem | |
static StringBuffer | 
Field.appendSQLColumnDefinition(FieldDescriptorRow pFieldDescriptor,
                          DBSystem targetSystem,
                          StringBuffer sb)
This method should append all of the necessary information to create this field within a CREATE TABLE SQL statement.  | 
static String | 
Field.getSQLColumnDefinition(FieldDescriptorRow pFieldDescriptor,
                       DBSystem targetSystem)
This method should return all of the necessary information to create this field within a CREATE TABLE SQL statement.  | 
static Map | 
DataEngine.getAllLibraries(DBSystem pSystem)
Returns a Map of all the Libraries for the specified system alias.  | 
static void | 
DatabaseManager.createConnectionPool(String driver,
                     DBSystem system,
                     String user,
                     String password,
                     int minConnections,
                     int maxConnections,
                     int maxConnSeconds,
                     int orphanTimeout)
Creates and returns a new DataEngineConnectionPool using the given properties.  | 
static void | 
DatabaseManager.createConnectionPool(String driver,
                     DBSystem system,
                     String user,
                     String password,
                     int minConnections,
                     int maxConnections,
                     int maxConnSeconds,
                     int orphanTimeout,
                     String connectionAlias)
Creates and returns a new DataEngineConnectionPool using the given properties.  | 
| Uses of DBSystem in planetj.database.fielddescriptors | 
| Methods in planetj.database.fielddescriptors that return DBSystem | |
 DBSystem | 
FieldDescriptorRow.getColumnSystem()
Gets the table that this field descriptor is in.  | 
| Uses of DBSystem in planetj.dataengine | 
| Methods in planetj.dataengine that return DBSystem | |
static DBSystem | 
SessionManager.getSystem(javax.servlet.http.HttpServletRequest pRequest)
Gets the default DBSystem from the session.  | 
static DBSystem | 
SessionManager.getSystem(javax.servlet.http.HttpServletRequest pRequest,
          String pSystemKey)
Gets the DBSystem from the session identified by the given key.  | 
| Uses of DBSystem in planetj.dataengine.task | 
| Methods in planetj.dataengine.task that return DBSystem | |
 DBSystem | 
RetrieveLibrariesTask.getSystem()
Returns the system to look for libraries.  | 
| Methods in planetj.dataengine.task with parameters of type DBSystem | |
 void | 
RetrieveLibrariesTask.setSystem(DBSystem pSystem)
Sets the system to retrieve the libraries from.  | 
| Constructors in planetj.dataengine.task with parameters of type DBSystem | |
RetrieveLibrariesTask(DBSystem pSystem)
DETask constructor comment.  | 
|
| Uses of DBSystem in planetj.fdmanager.magic | 
| Methods in planetj.fdmanager.magic that return DBSystem | |
 DBSystem | 
ViewFDsRequest.getSystem(javax.servlet.http.HttpServletRequest pRequest)
 | 
| Uses of DBSystem in planetj.magic | 
| Methods in planetj.magic that return DBSystem | |
 DBSystem | 
SystemRequest.getSystem(javax.servlet.http.HttpServletRequest pRequest)
 | 
 DBSystem | 
SignOnSQLServerRequest.createSystem(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
 | 
abstract  DBSystem | 
SignOnRequest.getSystem(javax.servlet.http.HttpServletRequest pRequest,
          javax.servlet.http.HttpServletResponse pResponse)
 | 
 DBSystem | 
SignOnOracleRemoteRequest.createSystem(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
 | 
 DBSystem | 
SignOnMySQLRequest.createSystem(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
 | 
 DBSystem | 
SignOnMSAccessRequest.createSystem(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
 | 
 DBSystem | 
SignOnDB2RemoteRequest.createSystem(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
 | 
 DBSystem | 
SignOnDB2LocalRequest.createSystem(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
 | 
abstract  DBSystem | 
SignOnBaseRequest.createSystem(javax.servlet.http.HttpServletRequest pRequest,
             javax.servlet.http.HttpServletResponse pResponse)
 | 
 DBSystem | 
SignOnBaseRequest.getSystem(javax.servlet.http.HttpServletRequest pRequest,
          javax.servlet.http.HttpServletResponse pResponse)
 | 
 DBSystem | 
SignOnAS400Request.createSystem(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
 | 
 DBSystem | 
CopyRCToTableRequest.getSystem(javax.servlet.http.HttpServletRequest pRequest)
 | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||