-
m_loginTimeout
int m_loginTimeout
The maximum time in seconds that this data source will wait while
attempting to connect to a database.
-
m_description
java.lang.String m_description
These are the set of modifiable properties of this DataSource object.
Only the description property is required to be defined, per Spec.
Any and all other properties are at the discretion of the
implementor (that's us), though there is a list of standard names
to use for common properties, like dataSourceName and password,
These modifiable properties must be accessible through
public "getters" and modifiable through public "setters".
The method signatures of these getters and setters must
follow a stylized naming convention so that application
builders can figure them out through Introspection.
-
m_url
java.lang.String m_url
-
m_user
java.lang.String m_user
-
m_password
java.lang.String m_password
-
m_oraclePassword
java.lang.String m_oraclePassword
-
m_properties
java.util.Properties m_properties
Used to pass certain attributes to JdbcOdbcConnection object