Package | Description |
---|---|
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 |
---|---|
ServerFile |
ServerFileSystem.createTemporaryFile(java.lang.String name)
Creates a new file with a unique name in the server's temporary file space.
|
void |
ServerFileSystem.deleteFile(ServerFile file)
Deletes the specified file from this file system.
|
boolean |
ServerFileSystem.directoryOrFileExists(ServerFile path,
boolean isDirectory)
Returns whether a directory or file exists.
|
void |
ServerDatabaseConnection.dropTable(java.lang.String tableName)
Drops the supplied table.
|
boolean |
ServerFileSystem.exists(ServerFile file)
Returns whether a file exists.
|
java.lang.String |
ServerFileSystem.getAbsolutePath(ServerFile file)
Returns the absolute pathname or
null if
the absolute path cannot be determined. |
ServerFile |
ServerFileSystem.getAbsoluteServerFile(ServerFile file)
Returns a file representing the absolute pathname or
null if
the absolute path cannot be determined. |
ServerFile |
ServerFileSystem.getChild(ServerFile parent,
java.lang.String filename)
Returns the named child in the supplied parent.
|
ServerDatabaseConnection.DBInfo |
ServerDatabaseConnection.getDBInfo()
Returns the database information.
|
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.
|
ServerFile |
ServerFileSystem.getDefaultDirectory()
Returns the server's default directory.
|
ServerFile[] |
ServerFileSystem.getFiles(ServerFile directory)
Returns the list of files in the specified directory of the file system.
|
ServerFile[] |
ServerFileSystem.getRoots()
Returns the roots of the file system.
|
long |
ServerFileSystem.getSize(ServerFile file)
Returns the size, in bytes, of the specified file in this file system.
|
boolean |
ServerDatabaseConnection.isDBTableVisible(java.lang.String catalogName,
java.lang.String schemaName,
java.lang.String tableName)
Returns
true if the specified table is visible to this connection. |
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 . |
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.
|
ServerFileSystem |
Session.getServerFileSystem()
Returns the server file system.
|
ServerFileSystem |
AdministratorSession.getServerFileSystem()
Returns the server file system.
|
Modifier and Type | Method and Description |
---|---|
ServerDatabaseConnection |
ProcessorStream.createServerDatabaseConnection(java.lang.String datasourceName,
java.lang.String userName,
java.lang.String password,
java.lang.String catalogName)
Creates a
ServerDatabaseConnection . |
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.