标签: jdbc
我需要在连接之前获取数据库中的方案列表,对于我使用的连接
connection=DriverManager.getConnection ("jdbc:oracle:thin:@ip:port:scheme",username,password);
如何在上述行之前获得方案?