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
Constructors -
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.voidSpecifies the SQL data source name.voidsetPassword(String password) Specifies the user's password.voidSpecifies the database URL of the form jdbc:subprotocol:subname.voidSpecifies 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.
-