|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface Connection
defines methods to communicate with a
Data Mining Server (DMS) in an Oracle 9i database.
Method Summary |
Type | Method |
---|---|
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()
Returns the login user password. |
oracle.dmt.dmutil.base.Enumerations.TraceSettingType |
getTraceLevel(oracle.dmt.dmutil.base.Enumerations.MessageSubComponentType componentType)
|
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()
String
- The name of the login userpublic java.lang.String getPassword()
String
- The login passwordpublic java.sql.Connection getDBConnection()
java.sql.Connection
- A database connectionpublic java.lang.String getURL()
String
- The URL of the DMSpublic 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()
Locale
- The locale of the DMSpublic oracle.dmt.dmutil.base.Enumerations.TraceSettingType getTraceLevel(oracle.dmt.dmutil.base.Enumerations.MessageSubComponentType componentType) throws oracle.dmt.dmutil.exceptions.MessageLogException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |