|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.dmt.jdm.resource.OraConnection
| Method Summary | |
java.sql.ResultSet |
getObjectNames(java.lang.String schemaPattern, javax.datamining.NamedObject objectType, java.lang.String objectNamePattern, javax.datamining.Enum minorType_1, javax.datamining.Enum minorType_2)This method is added as an Oracle extension to provide listing of mining object names across schemas. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.sql.ResultSet getObjectNames(java.lang.String schemaPattern,
javax.datamining.NamedObject objectType,
java.lang.String objectNamePattern,
javax.datamining.Enum minorType_1,
javax.datamining.Enum minorType_2)
java.sql.ResultSet object with the following columns:
Following list shows the possible minor types for different mining objects.
schemaPattern - a schema name pattern; must match the schema name as it is stored in the database; "" retrieves those without a schema; null means that the schema name should not be used to narrow the searchobjectType - object type to include; null returns all typesobjectNamePattern - an object name pattern; must match the mining object name as it is stored in the databaseminorType_1 - primary minor type to include; it is ignored when the object type argument is not specified; null returns all primary minor typesminorType_2 - secondary minor type to include; it is ignored when the object type argument is not specified; null returns all secondary minor types
|
Oracle Data Mining Java API Reference 11g Release 2 (11.2) E12219-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||