Package mondrian.rolap
Class ConnectionKey
- java.lang.Object
-
- mondrian.util.StringKey
-
- mondrian.rolap.ConnectionKey
-
class ConnectionKey extends StringKey
Globally unique identifier for the definition of a JDBC database connection.Two connections should have the same connection key if and only if their databases have the same content.
- Author:
- jhyde
- See Also:
RolapConnectionProperties.JdbcConnectionUuid
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
attributeValue(StringBuilder buf, String attribute, Object value)
(package private) static ConnectionKey
create(String connectionUuidStr, DataSource dataSource, String catalogUrl, String connectionKey, String jdbcUser, String dataSourceStr)
-
-
-
Method Detail
-
create
static ConnectionKey create(String connectionUuidStr, DataSource dataSource, String catalogUrl, String connectionKey, String jdbcUser, String dataSourceStr)
-
attributeValue
static void attributeValue(StringBuilder buf, String attribute, Object value)
-
-