public class TeiidDataSourceImpl extends Object implements Comparable<TeiidDataSourceImpl>, TeiidDataSource
TeiidDataSource.ERROR_CODES
DATASOURCE_CLASSNAME, DATASOURCE_CONNECTION_URL, DATASOURCE_DISPLAYNAME, DATASOURCE_DRIVERNAME, DATASOURCE_JNDINAME
Constructor and Description |
---|
TeiidDataSourceImpl(String name,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TeiidDataSourceImpl dataSource) |
boolean |
equals(Object obj) |
String |
getConnectionUrl()
Returns the data source connection url
|
String |
getDisplayName() |
String |
getJndiName()
Returns the data source jndi name
|
String |
getName() |
Properties |
getProperties() |
String |
getPropertyValue(String name) |
String |
getType()
Returns the data source type name
|
int |
hashCode() |
String |
toString() |
public TeiidDataSourceImpl(String name, Properties properties)
public int compareTo(TeiidDataSourceImpl dataSource)
compareTo
in interface Comparable<TeiidDataSourceImpl>
Comparable.compareTo(java.lang.Object)
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String getName()
getName
in interface TeiidDataSource
public String getDisplayName()
getDisplayName
in interface TeiidDataSource
public Properties getProperties()
getProperties
in interface TeiidDataSource
public String getPropertyValue(String name)
getPropertyValue
in interface TeiidDataSource
public String getType()
getType
in interface TeiidDataSource
public String getJndiName()
getJndiName
in interface TeiidDataSource
public String getConnectionUrl()
getConnectionUrl
in interface TeiidDataSource
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013–2019. All rights reserved.