|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by objects that represent database platforms.
AgiAdmServer
Method Summary | |
String |
getDefaultDatabaseDriver()
Get the name of the default database driver that is recommended to be used with the given database platform |
String |
getDefaultJdbcDriver()
Get the name of the default JDBC driver that is recommended to be used with the given database platform |
String |
getDriverSet()
Get the name of the driver set for the given database platform. |
String |
getJdbcUrlHint()
Get the hint for the format of the JDBC URL. |
String |
getLdsKey()
Get the name of the logical data source (LDS) key for the given database platform. |
String |
getName()
Get the name of the database platform. |
boolean |
isDualDatabaseModeEnforced()
Specifies whether the API users can create a single database that contains their system tables or if dual database is needed, i.e. |
Method Detail |
public String getName()
AgiAdmDatabasePlatform dbpl = ... String dbplName = dbpl.getName();
public String getDefaultJdbcDriver()
AgiAdmDatabasePlatform dbpl = ... String dfltJdbcDriver = dbpl.getDefaultJdbcDriver();
public String getDefaultDatabaseDriver()
AgiAdmDatabasePlatform dbpl = ... String dfltDatabaseDriver = dbpl.getDefaultDatabaseDriver();
public boolean isDualDatabaseModeEnforced()
Currently, only the DB2 platform enforces the dual database mode.
AgiAdmDatabasePlatform dbpl = ... boolean isDual = dbpl.isDualDatabaseModeEnforced();
public String getLdsKey()
public String getDriverSet()
public String getJdbcUrlHint()
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |