Uses of Interface
oracle.dbtools.plugin.api.jdbc.JDBCDataSource
-
Packages that use JDBCDataSource Package Description oracle.dbtools.plugin.api.jdbc -
-
Uses of JDBCDataSource in oracle.dbtools.plugin.api.jdbc
Methods in oracle.dbtools.plugin.api.jdbc that return JDBCDataSource Modifier and Type Method Description JDBCDataSource
JDBCDataSources. dataSource(java.lang.String host)
Attempts to retrieve theJDBCDataSource
for the specified DNS host nameJDBCDataSource
JDBCDataSources. defaultDataSource()
Retrieves the defaultJDBCDataSource
if one is available.
-