|
SPT RWT Application API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionData | |
|---|---|
| com.sptci.rwt | A database abstraction API for analysing and interacting with relational databases using JDBC. |
| Uses of ConnectionData in com.sptci.rwt |
|---|
| Fields in com.sptci.rwt with type parameters of type ConnectionData | |
|---|---|
private Map<String,ConnectionData> |
DatabaseType.savedConnections
A map that stores saved ConnectionData identified by a
unique name. |
| Methods in com.sptci.rwt that return ConnectionData | |
|---|---|
ConnectionData |
DatabaseType.getConnectionData(String name)
Return the connection data uniquely identified by the specified name. |
| Methods in com.sptci.rwt that return types with arguments of type ConnectionData | |
|---|---|
Map<String,ConnectionData> |
DatabaseType.getConnectionData()
Return a collection of all the saved connection data objects. |
| Methods in com.sptci.rwt with parameters of type ConnectionData | |
|---|---|
(package private) void |
DatabaseType.add(String name,
ConnectionData data)
Add the specified connection data to the DatabaseType.savedConnections map. |
|
SPT RWT Application API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||