Method getURL()
Return type: java.lang.String
Member of: java.sql.DatabaseMetaData
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 assertTrue(dbmd.getURL().equals(TestUtil.getURL()));
2 scon.url = con.getMetaData().getURL();
3 System.out.println("\nConnected to " + dma.getURL());
4 this.setTitle("Database: " + jdbcConnection.getMetaData().getURL());
5 System.err.println("Connected to " + dma.getURL());
6 tTree.addRow("", dMeta.getURL(), "-", 0);
7 System.out.println( "\nConnected to " + dmd.getURL()
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.