Class JNDIDataSource
java.lang.Object
com.orchestranetworks.addon.dex.configuration.JNDIDataSource
Defines the JNDI configuration for executing Import and Export of SQL without requiring global
configuration in the application server.
- Since:
- 2.5.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the SQL data source name.Returns the user's password.getURL()
Returns the database URL of the form jdbc:subprotocol:subname.getUser()
Returns the database user on whose behalf the connection is being made.void
Specifies the SQL data source name.void
setPassword
(String password) Specifies the user's password.void
Specifies the database URL of the form jdbc:subprotocol:subname.void
Specifies the database user that made the connection.
-
Constructor Details
-
JNDIDataSource
public JNDIDataSource()
-
-
Method Details
-
getURL
Returns the database URL of the form jdbc:subprotocol:subname. -
setURL
Specifies the database URL of the form jdbc:subprotocol:subname. -
getUser
Returns the database user on whose behalf the connection is being made. -
setUser
Specifies the database user that made the connection. -
getPassword
Returns the user's password. -
setPassword
Specifies the user's password. -
getName
Returns the SQL data source name. -
setName
Specifies the SQL data source name.
-