Package | Description |
---|---|
com.spss.psapi.data |
This provides support for metadata such as the names, values and types of data.
|
com.spss.psapi.extensions.common |
This provides definitions that are used to manage streams, documents and models in scripting, and for extensions using the CLEF Java API.
|
com.spss.psapi.resource |
This provides access to server-side resources such as the server file system and database connections.
|
com.spss.psapi.session |
This provides support for the construction and use of data mining sessions.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSetFactory.createRow(java.util.List values,
DataModel dataModel)
Returns a RowSet consisting of a single row of values which are supplied
as a list.
|
RowSet |
RowSetFactory.createRow(java.lang.Object[] values,
DataModel dataModel)
Returns a RowSet consisting of a single row of values which are supplied
as a list.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
ServerCatalogManager.getCatalog(CatalogDefinition catalog,
PropertiedObject owner)
Retrieves some catalog information
|
Modifier and Type | Method and Description |
---|---|
RowSet |
ServerDatabaseConnection.getDBQueryColumns(java.lang.String queryText)
Returns a list of the columns returned by a specified database query.
|
RowSet |
ServerDatabaseConnection.getDBTableColumns(java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String tableName)
Returns a list of the columns in a specified database table.
|
RowSet |
ServerDatabaseConnection.getDBTables(java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String tableName,
boolean includeUserTables,
boolean includeSystemTables,
boolean includeViews,
boolean includeSynonyms)
Returns a summary of the tables available on this database connection
which match the specified arguments.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
Session.getServerDatabaseDriverNames()
Returns a row set that lists the database drivers available on the
data mining server host.
|
RowSet |
Session.getServerDataSourceNames()
Returns a row set that lists the available system DSNs visible on the
data mining server host.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSetOutput.getRowSet()
Returns the
RowSet underlying this output object. |
RowSet |
GraphOutput.getRowSet()
Returns the
RowSet underlying this output object or null if the data
is not represented as a RowSet . |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.