Uses of Class
adams.db.JdbcUrl
-
Packages that use JdbcUrl Package Description adams.db.mirrored adams.flow.standalone adams.gui.goe -
-
Uses of JdbcUrl in adams.db.mirrored
Fields in adams.db.mirrored declared as JdbcUrl Modifier and Type Field Description protected JdbcUrl[]
DbBackend. m_MirrorsForUrls
the urls the mirrors are for.Methods in adams.db.mirrored that return JdbcUrl Modifier and Type Method Description JdbcUrl[]
DbBackend. getMirrorsForUrls()
Returns the URLs that the mirrors are for.Methods in adams.db.mirrored with parameters of type JdbcUrl Modifier and Type Method Description void
DbBackend. setMirrorsForUrls(JdbcUrl[] value)
Sets the URLs that the mirrors are for. -
Uses of JdbcUrl in adams.flow.standalone
Fields in adams.flow.standalone declared as JdbcUrl Modifier and Type Field Description protected JdbcUrl
AbstractDatabaseConnection. m_URL
the URL to connect to the database.Methods in adams.flow.standalone that return JdbcUrl Modifier and Type Method Description JdbcUrl
AbstractDatabaseConnection. getURL()
Returns the database URL.Methods in adams.flow.standalone with parameters of type JdbcUrl Modifier and Type Method Description void
AbstractDatabaseConnection. setURL(JdbcUrl value)
Sets the database URL. -
Uses of JdbcUrl in adams.gui.goe
Methods in adams.gui.goe that return JdbcUrl Modifier and Type Method Description protected JdbcUrl
JdbcUrlEditor. parse(String s)
Parses the given string and returns the generated object.
-