BBjAdmin::getJdbcOdbcConnections
Description
In BBj 8.0 and higher, this method retrieves a BBjVector of BBjJdbcOdbcInfo objects; one for each JDBC or ODBC connection that is currently open. This does NOT include open SQL channels or RecordSet objects unless they are open from a remote interpreter.
Syntax
Return Value |
Method |
---|---|
getJdbcOdbcConnections() |
Parameters
None.
Return Value
Returns a BBjVector containing BBjJdbcOdbcInfo objects.
Remarks
The BBjVector will contain a set of BBjJdbcOdbcInfo objects. These BBjJdbcOdbcInfo objects contain the same information displayed in the Enterprise Manager when viewing the listing of all JDBC/ODBC connections on a server.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.