public interface Datasource
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Returns the data source display name
|
String |
getDriverClassName()
Returns the fully qualified name of the database driver class
|
String |
getJndiName()
Returns the JNDI name
|
String |
getPassword()
Returns the password
|
String |
getUrl()
Returns the database URL
|
String |
getUsername()
Returns the database user
|
String getJndiName()
String getUrl()
String getUsername()
String getPassword()
String getDriverClassName()
String getDisplayName()