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_MirrorsForUrlsthe 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 voidDbBackend. 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 JdbcUrlAbstractDatabaseConnection. m_URLthe URL to connect to the database.Methods in adams.flow.standalone that return JdbcUrl Modifier and Type Method Description JdbcUrlAbstractDatabaseConnection. getURL()Returns the database URL.Methods in adams.flow.standalone with parameters of type JdbcUrl Modifier and Type Method Description voidAbstractDatabaseConnection. 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 JdbcUrlJdbcUrlEditor. parse(String s)Parses the given string and returns the generated object.
-