|
|||||||||||
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 |
PostgreSQLDBSystem
Insert the type's description here. |
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 |
Row.getDBSystem()
Get the system object this Row. |
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(java.lang.String systemURL)
Deprecated. removed (11/29/2002 1:48:58 PM) - driver is no required to create the DBSystem |
static DBSystem |
DBSystem.createSystem(java.lang.String url,
java.lang.String alias)
Creates and returns a new DBSystem using the given system url and alias |
static DBSystem |
DBSystem.createSystem(java.lang.String url,
java.lang.String alias,
java.lang.Class dbSystem)
Creates and returns a new DBSystem using the given system url and alias |
static DBSystem |
DBSystem.createSystem(java.lang.String url,
java.lang.String alias,
java.lang.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(java.lang.String systemAlias)
Gets the DBSystem for the given system alias. |
Methods in planetj.database with parameters of type DBSystem | |
static java.lang.StringBuffer |
Field.appendSQLColumnDefinition(FieldDescriptorRow pFieldDescriptor,
DBSystem targetSystem,
java.lang.StringBuffer sb)
This method should append all of the necessary information to create this field within a CREATE TABLE SQL statement. |
static java.lang.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 java.util.Map |
DataEngine.getAllLibraries(DBSystem pSystem)
Returns a Map of all the Libraries for the specified system alias. |
static void |
DatabaseManager.createConnectionPool(java.lang.String driver,
DBSystem system,
java.lang.String user,
java.lang.String password,
int minConnections,
int maxConnections,
int maxConnSeconds,
int orphanTimeout)
Creates and returns a new DataEngineConnectionPool using the given properties. |
static void |
DatabaseManager.createConnectionPool(java.lang.String driver,
DBSystem system,
java.lang.String user,
java.lang.String password,
int minConnections,
int maxConnections,
int maxConnSeconds,
int orphanTimeout,
java.lang.String connectionAlias)
Creates and returns a new DataEngineConnectionPool using the given properties. |
Constructors in planetj.database with parameters of type DBSystem | |
Library(java.lang.String pName,
DBSystem pSystem)
Library constructor comment. |
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(HttpServletRequest pRequest)
Gets the default DBSystem from the session. |
static DBSystem |
SessionManager.getSystem(HttpServletRequest pRequest,
java.lang.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(HttpServletRequest pRequest)
|
Uses of DBSystem in planetj.magic |
Methods in planetj.magic that return DBSystem | |
DBSystem |
SystemRequest.getSystem(HttpServletRequest pRequest)
|
DBSystem |
SignOnSQLServerRequest.createSystem(HttpServletRequest request,
HttpServletResponse response)
|
abstract DBSystem |
SignOnRequest.getSystem(HttpServletRequest pRequest,
HttpServletResponse pResponse)
|
DBSystem |
SignOnOracleRemoteRequest.createSystem(HttpServletRequest request,
HttpServletResponse response)
|
DBSystem |
SignOnMySQLRequest.createSystem(HttpServletRequest request,
HttpServletResponse response)
|
DBSystem |
SignOnMSAccessRequest.createSystem(HttpServletRequest request,
HttpServletResponse response)
|
DBSystem |
SignOnDB2RemoteRequest.createSystem(HttpServletRequest request,
HttpServletResponse response)
|
DBSystem |
SignOnDB2LocalRequest.createSystem(HttpServletRequest request,
HttpServletResponse response)
|
abstract DBSystem |
SignOnBaseRequest.createSystem(HttpServletRequest pRequest,
HttpServletResponse pResponse)
|
DBSystem |
SignOnBaseRequest.getSystem(HttpServletRequest pRequest,
HttpServletResponse pResponse)
|
DBSystem |
SignOnAS400Request.createSystem(HttpServletRequest request,
HttpServletResponse response)
|
DBSystem |
CopyRCToTableRequest.getSystem(HttpServletRequest pRequest)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |