|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface Connection
defines methods to communicate with a Data Mining Server (DMS) in an Oracle database.
Method Summary | |
java.sql.Connection |
getDBConnection() Returns the database connection from the connection instance. |
java.util.Locale |
getLocale() Returns the locale of the connected Data Mining Server. |
java.lang.String |
getPassword() Deprecated. This method is deprecated in 10.1 for security. This method returns null value. |
java.lang.String |
getURL() Returns the URL to the connected Data Mining Server. |
java.lang.String |
getUser() Returns the login user name. |
void |
setLocale(java.util.Locale locale) Sets the locale in the Data Mining Server. |
Method Detail |
public java.lang.String getUser()
public java.lang.String getPassword()
public java.sql.Connection getDBConnection()
public java.lang.String getURL()
public void setLocale(java.util.Locale locale) throws java.sql.SQLException
locale
- A new localejava.sql.SQLException
- when an error occurs during the execution.public java.util.Locale getLocale()
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |