Package | Description |
---|---|
com.spotfire.ws.im.ds.sql |
Package containing the Information Services JDBC API which allows
customization for specific drivers.
|
Modifier and Type | Method and Description |
---|---|
JDBCContext |
SQLRuntime.getContext() |
JDBCContext |
SQLFilter.getContext()
Returns the
JDBCContext . |
JDBCContext |
BasicSQLRuntime.getContext() |
JDBCContext |
BasicSQLFilter.getContext() |
JDBCContext |
BasicJDBCMetadataProvider.getContext()
Returns the
JDBCContext . |
Modifier and Type | Method and Description |
---|---|
void |
SQLRuntime.setContext(JDBCContext c)
Sets the JDBC context.
|
void |
SQLFilter.setContext(JDBCContext context)
Sets the
JDBCContext . |
void |
JDBCMetadataProvider.setContext(JDBCContext c)
Sets the
JDBCContext . |
void |
BasicSQLRuntime.setContext(JDBCContext s) |
void |
BasicSQLFilter.setContext(JDBCContext c) |
void |
BasicJDBCMetadataProvider.setContext(JDBCContext context) |
Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.