Index

A B C D E F G H I J L M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absolute(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
addBatch() - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
addBatch(String) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
addTypeMapping(JDBCTypeSettings.TypeMapping) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Add a Java to SQL type mapping.
afterLast() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 

B

BasicJDBCMetadataProvider - Class in com.spotfire.ws.im.ds.sql
A basic implementation of the JDBCMetadataProvider interface.
BasicJDBCMetadataProvider() - Constructor for class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Creates a new BasicJDBCMetadataProvider instance.
BasicSQLFilter - Class in com.spotfire.ws.im.ds.sql
A basic implementation of the SQLFilter interface.
BasicSQLFilter() - Constructor for class com.spotfire.ws.im.ds.sql.BasicSQLFilter
Creates a new BasicSQLFilter instance.
BasicSQLRuntime - Class in com.spotfire.ws.im.ds.sql
A basic implementation of the SQLRuntime interface.
BasicSQLRuntime() - Constructor for class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
Creates a new BasicSQLRuntime instance.
beforeFirst() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 

C

cancel() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
cancelRowUpdates() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
CATALOG - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The catalog type.
clearBatch() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
clearParameters() - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
clearWarnings() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
clearWarnings() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
close() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
close() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
closeOnCompletion() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
closeStatement(Statement) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
Closes a JDBC Statement object.
COLUMN - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The column type.
com.spotfire.informationservices.spi - package com.spotfire.informationservices.spi
Package containing general classes and interfaces related to the Information Services Service Provider Interfaces (SPI).
com.spotfire.informationservices.spi.ds - package com.spotfire.informationservices.spi.ds
Package containing classes and interfaces related to the Information Services data source Service Provider Interfaces (SPI).
ConnectionContext - Class in com.spotfire.informationservices.spi.ds
A connection context.
create(String, String) - Static method in class com.spotfire.ws.im.ds.MetadataItem
Creates a new MetadataItem instance.
createCatalogItem(String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Creates a catalog item.
createColumnItem(String, int, String, int, int, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Creates a column item.
createColumnItem(String, Class, String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Creates a column item.
createSchemaItem(String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Creates a schema item.
createStatement() - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
Creates a new JDBC Statement instance.
createTableItem(String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Creates a table item.
CredentialsProvider - Interface in com.spotfire.ws.im.ds.authspi
This interface should be implemented by classes that provide mappings between Spotfire users and data source (database) username/password credentials.
CustomCredentialsProvider - Interface in com.spotfire.informationservices.spi.ds
Service provider interface for Information Services data source credential providers that provide user-specific credentials of some other type than username/password (for example OAuth2 access tokens).
CustomCredentialsProviderInitContext - Class in com.spotfire.informationservices.spi.ds
An initialization context to be passed to a CustomCredentialsProvider implementation.

D

DATA_SOURCE - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The data-source type.
DATA_TYPE_ATTR - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The data-type attribute.
DataSourceCredentials - Interface in com.spotfire.ws.im.ds.authspi
Contains username and password for a data source.
DataSourceTable - Class in com.spotfire.ws.im.ds.sql
The DataSourceTable class identifies a data source table.
DataSourceTable(String, String, List<String>) - Constructor for class com.spotfire.ws.im.ds.sql.DataSourceTable
Create a DataSourceTable instance.
deleteRow() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
destroy() - Method in interface com.spotfire.informationservices.spi.ds.CustomCredentialsProvider
Destroys this CustomCredentialsProvider instance.

E

EMPTY - Static variable in class com.spotfire.server.util.Guid
A read-only Guid instance whose value is all zeros.
equals(Object) - Method in class com.spotfire.server.util.Guid
Compares this object to the supplied object.
execute() - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
execute(String) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
execute(String, int) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
execute(String, int[]) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
execute(String, String[]) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
executeBatch() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
executeQuery() - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
executeQuery(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
 
executeQuery(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLRuntime
Executes a SQL query.
executeQuery(String) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
executeUpdate() - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
executeUpdate(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
 
executeUpdate(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLRuntime
Executes a SQL statement.
executeUpdate(String) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
executeUpdate(String, int) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
executeUpdate(String, int[]) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
executeUpdate(String, String[]) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 

F

findColumn(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
first() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
formatCatalogName(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatCatalogName(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats a catalog name.
formatColumn(String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatColumn(String, String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats a column expression used in a SELECT, WHERE, GROUP BY or HAVING clause.
formatColumnAlias(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatColumnAlias(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats a column alias to be used in a SELECT clause.
formatColumnList(String[], String[]) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatColumnList(String[], String[]) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Returns SQL for a list column list in a CREATE TABLE statement.
formatColumnName(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatColumnName(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats a column name.
formatConditionExpression(String, Class) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatConditionExpression(String, Class) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats a condition expression to be used in a WHERE clause.
formatCreateTableSQL(String, String[], String[]) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatCreateTableSQL(String, String[], String[]) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Returns SQL for creating a temporary table.
formatDropTableSQL(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatDropTableSQL(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Returns SQL for dropping a temporary table.
formatHints(String, String[]) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatHints(String, String[]) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats an SQL query to include hints.
formatInsertValuesSQL(String, String[]) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatInsertValuesSQL(String, String[]) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Return the SQL for inserting a row into a temporary table.
formatLiteral(String, Class) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatLiteral(String, Class) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
 
formatPattern(String, String[], String[]) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
Replaces, in a pattern string, all occurrences of the specified keys with the associated values.
formatProcedure(String, String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatProcedure(String, String, String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Returns the SQL for a procedure expression in a FROM clause.
formatProcedureName(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatQuery(String, List, List) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatQuery(String, List, List) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats an SQL query.
formatSchemaName(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatSchemaName(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats a schema name.
formatTable(String, String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatTable(String, String, String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Returns the SQL for a table expression in a FROM clause.
formatTableName(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatTableName(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats a table name.
formatTempTableName(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
formatTempTableName(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Formats a temporary table name.

G

getAllTypeSettings() - Static method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns all JDBCTypeSettings instances that are currently enabled.
getAlwaysUsePreparedStatement() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Indicates if prepared statement should be used even when no parameters are set.
getArray(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getArray(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getAsciiStream(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getAsciiStream(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getAttributeNames() - Method in class com.spotfire.ws.im.ds.MetadataItem
Returns an array of all attribute names.
getAttributeValue(String) - Method in class com.spotfire.ws.im.ds.MetadataItem
Returns the value of a given attribute.
getAttributeValues() - Method in class com.spotfire.ws.im.ds.MetadataItem
Returns an array of all attribute values.
getAutocommit() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Get autocommit mode.
getBatchSize() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the batch size that specifies the amount of data in each batch update.
getBatchSize(int) - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns the batch size that specifies the amount of data in each batch update.
getBigDecimal(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getBigDecimal(int, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
Deprecated.
deprecated
getBigDecimal(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getBigDecimal(String, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
Deprecated.
deprecated
getBinaryStream(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getBinaryStream(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getBlob(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getBlob(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getBoolean(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getBoolean(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getByte(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getByte(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getBytes(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getBytes(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getCatalog() - Method in class com.spotfire.ws.im.ds.sql.DataSourceTable
Returns the first catalog if present.
getCatalogNamePattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the pattern used to format a catalog name in an SQL query.
getCatalogs() - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Returns a list of catalog items.
getCatalogs() - Method in class com.spotfire.ws.im.ds.sql.DataSourceTable
Returns the list of the catalogs.
getCharacterStream(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getCharacterStream(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getClob(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getClob(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getColumnAliasPattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the pattern used to format a column alias in an SQL query.
getColumnNamePattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the pattern used to format a column name in an SQL query.
getColumns(String, String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Returns a list of column items.
getConcurrency() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getConditionListThreshold() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Return the condition list threshold.
getConnection() - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
 
getConnection() - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns a database connection.
getConnection() - Method in interface com.spotfire.ws.im.ds.sql.SQLRuntime
 
getConnection() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getConnectionProperties() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the connection properties used when creating a new connection to the database.
getConnectionUrl() - Method in class com.spotfire.informationservices.spi.ds.ConnectionContext
Returns the connection URL.
getContext() - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Returns the JDBCContext.
getContext() - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
getContext() - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
 
getContext() - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Returns the JDBCContext.
getContext() - Method in interface com.spotfire.ws.im.ds.sql.SQLRuntime
 
getCreateTempTableCommands() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the SQL commands needed for creating a temporary table that is used to store filter values (when more than 'condition-list-threshold') and to store result from subqueries.
getCredentials(String, String, String) - Method in interface com.spotfire.ws.im.ds.authspi.CredentialsProvider
Returns credentials towards the given data source for the given user.
getCredentialsTimeout() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Gets the credentials timeout for a JDBC data source.
getCursorName() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getDataSourceID() - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns the ID of the data source instance.
getDataSourceName() - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns the name of the data source instance.
getDataType() - Method in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Returns data type.
getDate(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getDate(int, Calendar) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getDate(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getDate(String, Calendar) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getDateFormatExpression() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns an expression that converts a date field to a string value on the format:"YYYY-MM-DD", e.g. "2002-11-19".
getDateLiteralFormatExpression() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns an expression that converts a date literal to a database date value.
getDateTimeFormatExpression() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns an expression that converts a datetime field to string value on the format: "YYYY-MM-DD HH:MM:SS", e.g. "2002-11-19 14:59:00".
getDateTimeLiteralFormatExpression() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns an expression that converts a datetime literal to a database datetime value.
getDescription() - Method in class com.spotfire.ws.im.ds.ProcedureMetadata
Returns the description.
getDescription() - Method in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Returns parameter description.
getDisplayName() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the name of the JDBC type to be displayed in a UI.
getDouble(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getDouble(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getDriverClass() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the JDBC driver class.
getDropTempTableCommands() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the SQL commands for deleting a temporary table.
getExpandInClause() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Tells if an SQL IN-clause shall be expanded into OR conditions.
getFetchDirection() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getFetchDirection() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getFetchSize() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the fetch size that specifies the amount of data fetched with each database round trip for a query.
getFetchSize() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getFetchSize() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getFetchSize(int) - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns the fetch size that specifies the amount of data fetched with each database round trip for a query.
getFloat(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getFloat(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getGeneratedKeys() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getHoldability() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getInt(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getInt(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getJavaType() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings.TypeMapping
Returns the Java type.
getLobThreshold() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the threshold value when LOB values used as parameters in a WHERE clause, must be written in temporary tables.
getLong(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getLong(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getMaxColumnNameLength() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the maximum length allowed for column names.
getMaxFieldSize() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getMaxInClauseSize() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the maximum size of an SQL IN-clause.
getMaxLength() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings.TypeMapping
Returns the maximum length.
getMaxRows() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getMetadata(MetadataItem[]) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Returns a list of MetadataItem objects that corresponds to the given path.
getMetadata(MetadataItem[]) - Method in interface com.spotfire.ws.im.ds.sql.JDBCMetadataProvider
Returns a list of MetadataItem objects that corresponds to the given path.
getMetaData() - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
getMetaData() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getMetadataProvider() - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns a new instance of a metadata provider.
getMetadataProviderClass() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the JDBCMetadataProvider class.
getMinInClauseSize() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the minimum number of values for creating a SQL IN-clause.
getMoreResults() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getMoreResults(int) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getName() - Method in class com.spotfire.ws.im.ds.MetadataItem
Returns the item name.
getName() - Method in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Returns parameter name.
getName() - Method in class com.spotfire.ws.im.ds.sql.DataSourceTable
Returns the name of the table.
getNCharacterStream(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getNCharacterStream(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getNClob(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getNClob(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getNString(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getNString(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getNullable() - Method in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Returns one of the following values: NULLABLE, NO_NULLS or NULLABLE_UNKNOWN.
getNullableString() - Method in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Returns nullable value as string.
getObject(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getObject(int, Class<T>) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getObject(int, Map<String, Class<?>>) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getObject(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getObject(String, Class<T>) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getObject(String, Map<String, Class<?>>) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getParameterMetaData() - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
getParameters() - Method in class com.spotfire.informationservices.spi.ds.CustomCredentialsProviderInitContext
Returns a, possibly empty, map of initialization parameters.
getParameters() - Method in class com.spotfire.ws.im.ds.ProcedureMetadata
Returns the procedure parameters.
getPassword() - Method in interface com.spotfire.ws.im.ds.authspi.DataSourceCredentials
 
getPingCommand() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the ping command used to verify a JDBC connection.
getProcedureExpressionPattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Return the pattern that determines how a procedure expression is written in the SQL query.
getProcedureMetadata(String, String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 
getProcedureNamePattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the pattern used to format a procedure name in an SQL query.
getProcedures(String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 
getProcedureTableJDBCType() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the JDBC type for procedure tables.
getProcedureTableTypeName() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the type name for procedure tables.
getQueryBuilderClass() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the query builder class.
getQueryTimeout() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getRef(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getRef(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getResultSet() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getResultSetConcurrency() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getResultSetHoldability() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getResultSetType() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getReturnsTable() - Method in class com.spotfire.ws.im.ds.ProcedureMetadata
Specifies if a table is returned by the procedure.
getRow() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getRowId(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getRowId(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getSchema() - Method in class com.spotfire.ws.im.ds.sql.DataSourceTable
Returns the name of the schema.
getSchemaNamePattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the pattern used to format a schema name in an SQL query.
getSchemas(String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Returns a list of schema items.
getShort(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getShort(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getSQLAggregateFuntion(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
getSQLAggregateFuntion(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Get the SQL aggregate function for the given DAT aggregate function, or null if no such SQL function exists.
getSQLAggregateFuntion(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
 
getSQLFilterClass() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the SQLFilter class.
getSQLRuntime() - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns a new instance of a SQL Runtime.
getSQLRuntimeClass() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the SQLRuntime class.
getSQLType() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings.TypeMapping
Returns the SQL type.
getSQLType(Class) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the SQL type for a given Java type.
getSQLType(Class, int) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
getSQLType(Class, int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the SQL type for a given Java type.
getSQLType(Class, int) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Returns the SQL type for a given Java type.
getSQLXML(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getSQLXML(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getStatement() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getString(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getString(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getStringLiteralQuote() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns The character used as quote for string literals.
getTableAliases(String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 
getTableAliases(String, String) - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns all table aliases for tables in the specified catalog and schema.
getTableExpressionPattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Return the pattern that determines how a table expression is written in the SQL query.
getTableNamePattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the pattern used to format a table name in an SQL query.
getTables(String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Returns a list of table items.
getTableTypes() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
 
getTempTableNamePattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the pattern used to format a temporary table name in an SQL command.
getTime(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getTime(int, Calendar) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getTime(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getTime(String, Calendar) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getTimeFormatExpression() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns an expression that converts a time field to a string value on the format:"HH:MM:SS", e.g. "14:59:00".
getTimeLiteralFormatExpression() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns an expression that converts a time literal to a database time value.
getTimestamp(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getTimestamp(int, Calendar) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getTimestamp(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getTimestamp(String, Calendar) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getType() - Method in class com.spotfire.ws.im.ds.MetadataItem
Returns the item type.
getType() - Method in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Returns parameter type.
getType() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getTypeMappings() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns all Java to SQL type mappings.
getTypeName() - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns the name of the JDBC type configuration.
getTypeName() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the name of the JDBC type.
getTypeSettings() - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Returns the JDBC type configuration.
getUnicodeStream(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
Deprecated.
deprecated
getUnicodeStream(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
Deprecated.
deprecated
getUpdateCount() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
getURL(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getURL(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getURLPattern() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns the URL pattern.
getUseGetSchemas() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Get useGetSchemas.
getUser() - Method in class com.spotfire.informationservices.spi.ds.UserConnectionContext
Returns the currently authenticated user.
getUserDirectory() - Method in class com.spotfire.informationservices.spi.ds.CustomCredentialsProviderInitContext
Returns a reference to the User Directory class, that can be used for reading and writing users and groups.
getUserName() - Method in interface com.spotfire.ws.im.ds.authspi.DataSourceCredentials
 
getWarnings() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
getWarnings() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
Guid - Class in com.spotfire.server.util
This class represents an universally unique identifier (UUID), also known as globally unique identifier (GUID), see UUID.
Guid() - Constructor for class com.spotfire.server.util.Guid
Constructs a new Guid.
Guid(String) - Constructor for class com.spotfire.server.util.Guid
Constructs a new Guid using the specified guid string representation as described in the toString() method.

H

hashCode() - Method in class com.spotfire.server.util.Guid
Returns a hash code for this Guid.

I

init(CustomCredentialsProviderInitContext) - Method in interface com.spotfire.informationservices.spi.ds.CustomCredentialsProvider
Initializes this CustomCredentialsProvider instance.
insertRow() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
InvalidMetadataPath - Exception in com.spotfire.ws.im.ds
Indicates that one or more levels of a data source metadata is invalid.
InvalidMetadataPath(String) - Constructor for exception com.spotfire.ws.im.ds.InvalidMetadataPath
Creates a new InvalidMetadataPath instance.
isAfterLast() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
isAnsiiStyleOuterJoin() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns if an attempt should be done to go from oracle outer join syntax with '(+)' to ANSI form If useAnsiJoin() is true, then this setting has no effect.
isAnsiJoin() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Returns if an attempt should be made to create ansi join syntax.
isBeforeFirst() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
isClosed() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
isClosed() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
isCloseOnCompletion() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
isFirst() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
isGuid(String) - Static method in class com.spotfire.server.util.Guid
Tells whether or not the supplied guid string corresponds to a valid Guid.
isLast() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
isPoolable() - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
isReadOnly() - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Tells if the data source is readonly.
isWrapperFor(Class<?>) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
isWrapperFor(Class<?>) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 

J

JDBCContext - Interface in com.spotfire.ws.im.ds.sql
Properties for a JDBC data source instance.
JDBCMetadataProvider - Interface in com.spotfire.ws.im.ds.sql
This interface should be used when full control over the handling of data source metadata is required.
JDBCTypeSettings - Class in com.spotfire.ws.im.ds.sql
Settings for a JDBC data source type.
JDBCTypeSettings() - Constructor for class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Creates a new JDBCTypeSettings instance.
JDBCTypeSettings.TypeMapping - Class in com.spotfire.ws.im.ds.sql
Mapping between a Java and a SQL type.

L

last() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 

M

m_resultSet - Variable in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
The wrapped ResultSet.
m_stmt - Variable in class com.spotfire.ws.im.ds.sql.StatementWrapper
The wrapped Statement object.
MetadataItem - Class in com.spotfire.ws.im.ds
This object represents one level of data source metadata.
moveToCurrentRow() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
moveToInsertRow() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 

N

next() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
NO_NULLS - Static variable in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Null not allowed.
NULLABLE - Static variable in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Null allowed.
NULLABLE_ATTR - Static variable in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Nullable.
NULLABLE_UNKNOWN - Static variable in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Nullable unknown.

P

Parameter(String, String, String, String, int) - Constructor for class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Creates a new metadata representation for a stored procedure parameter.
PARAMETER_DATA_TYPE_ATTR - Static variable in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Data type attribute.
parseGuid(String) - Static method in class com.spotfire.server.util.Guid
Constructs a new Guid using the specified guid string representation as described in the toString() method.
prepareCall(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
 
prepareCall(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLRuntime
Creates a CallableStatement object for calling database stored procedures.
PreparedStatementWrapper - Class in com.spotfire.ws.im.ds.sql
Use this class for creating wrapper classes around the PreparedStatement interface.
PreparedStatementWrapper(PreparedStatement) - Constructor for class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
Creates a new PreparedStatementWrapper instance.
prepareQuery(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
 
prepareQuery(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLRuntime
 
prepareUpdate(String) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
 
prepareUpdate(String) - Method in interface com.spotfire.ws.im.ds.sql.SQLRuntime
 
previous() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
PROCEDURE - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The procedure type.
PROCEDURE_COLUMN - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The procedure column type, NOTE: used in axis api only.
ProcedureMetadata - Class in com.spotfire.ws.im.ds
This class represents the database metadata for a stored procedure.
ProcedureMetadata(String, String, boolean, ProcedureMetadata.Parameter[]) - Constructor for class com.spotfire.ws.im.ds.ProcedureMetadata
Create a new ProcedureMetadata object.
ProcedureMetadata.Parameter - Class in com.spotfire.ws.im.ds
This class implements a representation of metadata for an in-parameter for a stored procedure.
provideCredentials(UserConnectionContext, Properties) - Method in interface com.spotfire.informationservices.spi.ds.CustomCredentialsProvider
Provides credentials in the form of connection properties.

R

refreshCredentials(UserConnectionContext, Properties) - Method in interface com.spotfire.informationservices.spi.ds.CustomCredentialsProvider
Provides credentials in the form of connection properties, after attempting to refresh them.
refreshRow() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
relative(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
resolveTable(DataSourceTable) - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Resolves a table alias to a real source table.
ResultSetWrapper - Class in com.spotfire.ws.im.ds.sql
Use this class for creating wrapper classes around the ResultSet interface.
ResultSetWrapper(ResultSet) - Constructor for class com.spotfire.ws.im.ds.sql.ResultSetWrapper
Creates a new ResultSetWrapper instance.
RETURNS_TABLE_ATTR - Static variable in class com.spotfire.ws.im.ds.ProcedureMetadata
Return table attribute.
rowDeleted() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
rowInserted() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
rowUpdated() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 

S

SCHEMA - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The schema type.
ServiceProviderInitException - Exception in com.spotfire.informationservices.spi
Thrown by a service provider (an SPI implementation) if the initialization fails.
ServiceProviderInitException(String) - Constructor for exception com.spotfire.informationservices.spi.ServiceProviderInitException
Constructs a new exception with the specified detail message and cause.
ServiceProviderInitException(String, Throwable) - Constructor for exception com.spotfire.informationservices.spi.ServiceProviderInitException
Constructs a new exception with the specified detail message and cause.
setAlwaysUsePreparedStatement(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Indicates if prepared statement should be used even when no parameters are set.
setAnsiiStyleOuterJoin(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Set if an attempt should be done to go from oracle outer join syntax with '(+)' to ANSI form If useAnsiJoin() is true, then this setting has no effect.
setAnsiJoin(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Set if an attempt should be made to create ansi join syntax.
setArray(int, Array) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setAsciiStream(int, InputStream) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setAsciiStream(int, InputStream, int) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setAsciiStream(int, InputStream, long) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setAttribute(String, String) - Method in class com.spotfire.ws.im.ds.MetadataItem
Sets an attribute.
setAutocommit(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the auto commit mode for connection on the data source.
setBatchSize(int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the batch size that specifies the amount of data in each batch update.
setBigDecimal(int, BigDecimal) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setBinaryStream(int, InputStream) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setBinaryStream(int, InputStream, int) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setBinaryStream(int, InputStream, long) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setBlob(int, InputStream) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setBlob(int, InputStream, long) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setBlob(int, Blob) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setBoolean(int, boolean) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setByte(int, byte) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setBytes(int, byte[]) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setCatalogNamePattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the pattern used to format a catalog name in an SQL query.
setCharacterStream(int, Reader) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setCharacterStream(int, Reader, int) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setCharacterStream(int, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setClob(int, Reader) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setClob(int, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setClob(int, Clob) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setColumnAliasPattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the pattern used to format a column alias in an SQL query.
setColumnNamePattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the pattern used to format a column name in an SQL query.
setConditionListThreshold(int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the condition list threshold.
setConnection(Connection) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
 
setConnection(Connection) - Method in interface com.spotfire.ws.im.ds.sql.SQLRuntime
Sets the JDBC database connection.
setConnectionProperties(Properties) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the connection properties used when creating a new connection to the database.
setContext(JDBCContext) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
Sets the JDBCContext.
setContext(JDBCContext) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLFilter
 
setContext(JDBCContext) - Method in class com.spotfire.ws.im.ds.sql.BasicSQLRuntime
 
setContext(JDBCContext) - Method in interface com.spotfire.ws.im.ds.sql.JDBCMetadataProvider
Sets the JDBCContext.
setContext(JDBCContext) - Method in interface com.spotfire.ws.im.ds.sql.SQLFilter
Sets the JDBCContext.
setContext(JDBCContext) - Method in interface com.spotfire.ws.im.ds.sql.SQLRuntime
Sets the JDBC context.
setCreateTempTableCommands(String[]) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the SQL commands needed for creating a temporary table that is used to store filter values (when more than 'condition-list-threshold') and to store result from subqueries.
setCredentialsTimeout(int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the credentials timeout for a JDBC data source.
setCursorName(String) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
setDate(int, Date) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setDate(int, Date, Calendar) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setDateFormatExpression(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets an expression that converts a date field to a string value on the format:"YYYY-MM-DD", e.g. "2002-11-19".
setDateLiteralFormatExpression(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets an expression that converts a date literal to a database date value.
setDateTimeFormatExpression(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets an expression that converts a datetime field to string value on the format: "YYYY-MM-DD HH:MM:SS", e.g. "2002-11-19 14:59:00".
setDateTimeLiteralFormatExpression(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets an expression that converts a datetime literal to a database datetime value.
setDouble(int, double) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setDriverClass(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the JDBC driver class.
setDropTempTableCommands(String[]) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the SQL commands for deleting a temporary table.
setEscapeProcessing(boolean) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
setExpandInClause(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets if an SQL IN-clause shall be expanded into OR conditions.
setFetchDirection(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
setFetchDirection(int) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
setFetchSize(int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the fetch size that specifies the amount of data fetched with each database round trip for a query.
setFetchSize(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
setFetchSize(int) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
setFloat(int, float) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setInt(int, int) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setLobThreshold(int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the threshold value when LOB values used as parameters in a WHERE clause, must be written in temporary tables.
setLong(int, long) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setMaxColumnNameLength(int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the maximum length allowed for database column names.
setMaxFieldSize(int) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
setMaxInClauseSize(int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Size the maximum size of an SQL IN-clause.
setMaxRows(int) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
setMetadataProviderClass(Class) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the JDBCMetadataProvider class.
setMinInClauseSize(int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the minimum number of values for creating a SQL IN-clause.
setNCharacterStream(int, Reader) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setNCharacterStream(int, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setNClob(int, Reader) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setNClob(int, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setNClob(int, NClob) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setNString(int, String) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setNull(int, int) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setNull(int, int, String) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setObject(int, Object) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setObject(int, Object, int) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setObject(int, Object, int, int) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setPingCommand(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the ping command used to verify a JDBC connection.
setPoolable(boolean) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
setProcedureExpressionPattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the pattern that determines how a procedure expression is written in the SQL query.
setProcedureNamePattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the pattern used to format a procedure name in an SQL query.
setProcedureTableJDBCType(int) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the JDBC type for procedure tables.
setProcedureTableTypeName(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the type name for procedure tables.
setQueryTimeout(int) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
setRef(int, Ref) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setRowId(int, RowId) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setSchemaNamePattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the pattern used to format a schema name in an SQL query.
setShort(int, short) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setSQLFilterClass(Class) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the SQLFilter class.
setSQLRuntimeClass(Class) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the SQLRuntime class.
setSQLXML(int, SQLXML) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setString(int, String) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setStringLiteralQuote(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets The character used as quote for string literals.
setSupportsCatalogs(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets if the catalog level is supported in metadata.
setSupportsDistinct(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets if the DISTINCT keyword is supported in SQL queries.
setSupportsOrderBy(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets if the ORDER BY keyword is supported in SQL queries.
setSupportsProcedures(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets if procedures are supported in metadata.
setSupportsSchemas(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets if the schema level is supported in metadata.
setTableExpressionPattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the pattern that determines how a table expression is written in the SQL query.
setTableNamePattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the pattern used to format a table name in an SQL query.
setTableTypes(String[]) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
 
setTempTableNamePattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the pattern used to format a temporary table name in an SQL command.
setTime(int, Time) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setTime(int, Time, Calendar) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setTimeFormatExpression(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets an expression that converts a time field to a string value on the format:"HH:MM:SS", e.g. "14:59:00".
setTimeLiteralFormatExpression(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets an expression that converts a time literal to a database time value.
setTimestamp(int, Timestamp) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setTypeMappings(JDBCTypeSettings.TypeMapping[]) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets all Java to SQL type mappings.
setTypeName(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the name of the JDBC type.
setUnicodeStream(int, InputStream, int) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
Deprecated.
deprecated
setURL(int, URL) - Method in class com.spotfire.ws.im.ds.sql.PreparedStatementWrapper
 
setURLPattern(String) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Sets the URL pattern.
setUseGetSchemas(boolean) - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Set Sets useGetSchemas which specifies if jdbc GetSchemas method should be used.
sortMetadataItemsByName(MetadataItem[]) - Static method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 
sortMetadataItemsByName(List<MetadataItem>) - Static method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 
SQLFilter - Interface in com.spotfire.ws.im.ds.sql
This interface should be used when full control over the SQL syntax is required.
SQLRuntime - Interface in com.spotfire.ws.im.ds.sql
This interface should be implemented when full control over the SQL execution is required.
StatementWrapper - Class in com.spotfire.ws.im.ds.sql
Use this class for creating wrapper classes around the Statement interface.
StatementWrapper(Statement) - Constructor for class com.spotfire.ws.im.ds.sql.StatementWrapper
Creates a new StatementWrapper instance.
supportsCatalogs() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Tells if the catalog level is supported in metadata.
supportsDistinct() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Tells if the DISTINCT keyword is supported in SQL queries.
supportsOrderBy() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Tells if the ORDER BY clause is supported in SQL queries.
supportsProcedures() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Tells if procedures are supported in metadata.
supportsRefresh() - Method in interface com.spotfire.informationservices.spi.ds.CustomCredentialsProvider
Returns true if the provider is capable of refreshing credentials so that a call to CustomCredentialsProvider.refreshCredentials(UserConnectionContext, Properties) may succeed (and return new credentials), and false otherwise.
supportsSchemas() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Tells if the schema level is supported in metadata.

T

TABLE - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The table type.
TABLE_ALIAS - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The table alias type.
TABLE_REF_ATTR - Static variable in class com.spotfire.ws.im.ds.MetadataItem
The table reference attribute.
toJavaType(int, String, int, int) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 
toJavaType(int, String, int, int) - Method in interface com.spotfire.ws.im.ds.sql.JDBCMetadataProvider
Converts a JDBC type to a Java type.
toJDBCType(Class) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 
toJDBCType(Class) - Method in interface com.spotfire.ws.im.ds.sql.JDBCMetadataProvider
Converts a Java type to a JDBC type.
toString() - Method in class com.spotfire.server.util.Guid
Returns a String representation of this Guid.
toString() - Method in class com.spotfire.ws.im.ds.MetadataItem
Serializes this object for debug purposes.
toString() - Method in class com.spotfire.ws.im.ds.sql.JDBCTypeSettings
Return a string showing the values of all the members.
TYPE_ATTR - Static variable in class com.spotfire.ws.im.ds.ProcedureMetadata.Parameter
Type attribute.
TypeMapping(Class, String) - Constructor for class com.spotfire.ws.im.ds.sql.JDBCTypeSettings.TypeMapping
Creates a TypeMapping instance.
TypeMapping(Class, String, int) - Constructor for class com.spotfire.ws.im.ds.sql.JDBCTypeSettings.TypeMapping
Creates a TypeMapping instance.

U

unwrap(Class<T>) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
unwrap(Class<T>) - Method in class com.spotfire.ws.im.ds.sql.StatementWrapper
 
updateArray(int, Array) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateArray(String, Array) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateAsciiStream(int, InputStream) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateAsciiStream(int, InputStream, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateAsciiStream(int, InputStream, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateAsciiStream(String, InputStream) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateAsciiStream(String, InputStream, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateAsciiStream(String, InputStream, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBigDecimal(int, BigDecimal) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBigDecimal(String, BigDecimal) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBinaryStream(int, InputStream) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBinaryStream(int, InputStream, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBinaryStream(int, InputStream, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBinaryStream(String, InputStream) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBinaryStream(String, InputStream, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBinaryStream(String, InputStream, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBlob(int, InputStream) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBlob(int, InputStream, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBlob(int, Blob) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBlob(String, InputStream) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBlob(String, InputStream, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBlob(String, Blob) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBoolean(int, boolean) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBoolean(String, boolean) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateByte(int, byte) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateByte(String, byte) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBytes(int, byte[]) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateBytes(String, byte[]) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateCharacterStream(int, Reader) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateCharacterStream(int, Reader, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateCharacterStream(int, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateCharacterStream(String, Reader) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateCharacterStream(String, Reader, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateCharacterStream(String, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateClob(int, Reader) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateClob(int, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateClob(int, Clob) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateClob(String, Reader) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateClob(String, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateClob(String, Clob) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateDate(int, Date) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateDate(String, Date) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateDouble(int, double) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateDouble(String, double) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateFloat(int, float) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateFloat(String, float) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateInt(int, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateInt(String, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateLong(int, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateLong(String, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNCharacterStream(int, Reader) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNCharacterStream(int, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNCharacterStream(String, Reader) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNCharacterStream(String, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNClob(int, Reader) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNClob(int, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNClob(int, NClob) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNClob(String, Reader) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNClob(String, Reader, long) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNClob(String, NClob) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNString(int, String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNString(String, String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNull(int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateNull(String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateObject(int, Object) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateObject(int, Object, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateObject(String, Object) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateObject(String, Object, int) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateRef(int, Ref) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateRef(String, Ref) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateRow() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateRowId(int, RowId) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateRowId(String, RowId) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateShort(int, short) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateShort(String, short) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateSQLXML(int, SQLXML) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateSQLXML(String, SQLXML) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateString(int, String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateString(String, String) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateTime(int, Time) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateTime(String, Time) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateTimestamp(int, Timestamp) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
updateTimestamp(String, Timestamp) - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
useGetSchemas() - Method in interface com.spotfire.ws.im.ds.sql.JDBCContext
Tells if the data source is allowed to use the getSchemas function.
UserConnectionContext - Class in com.spotfire.informationservices.spi.ds
A user-specific connection context to be passed to a CustomCredentialsProvider.

V

verifyCatalog(DatabaseMetaData, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 
verifySchema(DatabaseMetaData, String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 
verifyTable(DatabaseMetaData, String, String, String) - Method in class com.spotfire.ws.im.ds.sql.BasicJDBCMetadataProvider
 

W

wasNull() - Method in class com.spotfire.ws.im.ds.sql.ResultSetWrapper
 
A B C D E F G H I J L M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form