Package | Description |
---|---|
com.spss.psapi.session |
This provides support for the construction and use of data mining sessions.
|
com.spss.psapi.task |
This provides objects that create and represent data mining tasks.
|
Modifier and Type | Method and Description |
---|---|
ServerDatabaseConnection |
Session.createServerDatabaseConnection(java.lang.String datasourceName,
java.lang.String credentialName,
java.lang.String catalogName)
Creates a
ServerDatabaseConnection . |
ServerDatabaseConnection |
Session.createServerDatabaseConnection(java.lang.String datasourceName,
java.lang.String userName,
java.lang.String password,
java.lang.String catalogName)
Creates a
ServerDatabaseConnection . |
Modifier and Type | Method and Description |
---|---|
Task |
TaskFactory.createDropTableTask(ServerDatabaseConnection conn,
java.lang.String tableName)
Create a task that drop the table using the specified table name.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.